]> SALOME platform Git repositories - tools/install.git/commitdiff
Salome HOME
Initial version
authoradmin <salome-admin@opencascade.com>
Sat, 26 Jul 2003 09:48:29 +0000 (09:48 +0000)
committeradmin <salome-admin@opencascade.com>
Sat, 26 Jul 2003 09:48:29 +0000 (09:48 +0000)
config_files/remove_tmp.sh [new file with mode: 0755]

diff --git a/config_files/remove_tmp.sh b/config_files/remove_tmp.sh
new file mode 100755 (executable)
index 0000000..31d9bc9
--- /dev/null
@@ -0,0 +1,10 @@
+#!/bin/sh
+
+install_work=$1;  product_sequence=$2
+source ./common.sh
+for i in $product_sequence ; do
+    file=${install_work}/env_${i}.sh
+    (test -f ${file} && rm -f ${file})
+done 
+(file=${install_work}/$SHRC && test -f ${file} && rm -f ${file})
+(file=${install_work}/$CSHRC && test -f ${file} && rm -f ${file})