3 ####################################################################################
5 # Created : Thu Dec 18 12:01:00 2002
6 # Author : Vadim SANDLER, Open CASCADE SAS (vadim.sandler@opencascade.com)
8 # Module : Installation Wizard
9 # Copyright : 2002-2007 CEA
11 # This script is the part of the SALOME installation procedure.
13 ####################################################################################
15 install_work=$1; product_sequence=$2
17 for i in $product_sequence ; do
18 file=${install_work}/env_${i}.sh
19 (test -f ${file} && rm -f ${file})
21 (file=${install_work}/$SHRC && test -f ${file} && rm -f ${file})
22 (file=${install_work}/$CSHRC && test -f ${file} && rm -f ${file})