Salome HOME
Add -t flag for build.csh script to allow building TUI documentation
[tools/install.git] / config_files / remove_tmp.sh
1 #!/bin/sh
2
3 install_work=$1;  product_sequence=$2
4 source ./common.sh
5 for i in $product_sequence ; do
6     file=${install_work}/env_${i}.sh
7     (test -f ${file} && rm -f ${file})
8 done 
9 (file=${install_work}/$SHRC && test -f ${file} && rm -f ${file})
10 (file=${install_work}/$CSHRC && test -f ${file} && rm -f ${file})