From: admin Date: Sat, 26 Jul 2003 09:48:29 +0000 (+0000) Subject: Initial version X-Git-Tag: v_1_2c~24 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=e5d8aba39bf34de27615e1a8d5fce007b81f6b00;p=tools%2Finstall.git Initial version --- diff --git a/config_files/remove_tmp.sh b/config_files/remove_tmp.sh new file mode 100755 index 0000000..31d9bc9 --- /dev/null +++ b/config_files/remove_tmp.sh @@ -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})