]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
appli_clean.sh now removes the following sym links too:
authorgdd <gdd>
Thu, 25 Nov 2010 13:30:57 +0000 (13:30 +0000)
committergdd <gdd>
Thu, 25 Nov 2010 13:30:57 +0000 (13:30 +0000)
runSalomeScript
update_catalogs.py

bin/appli_clean.sh

index 40d6ab680cd11877c00ba2cc25efc40100ff39b6..09ad9d3fe9ae22ce40e80d35c01a917b03e26515 100644 (file)
@@ -23,7 +23,7 @@
 
 #clean appli
 
-DELCOM="rm -rf bin lib share doc idl env.d envd USERS getAppliPath.py searchFreePort.sh runAppli runConsole runSession runRemote.sh runTests SalomeApp.xml *.pyc *~ .bashrc"
+DELCOM="rm -rf bin lib share doc idl env.d envd USERS getAppliPath.py searchFreePort.sh runAppli runConsole runSession runRemote.sh runTests SalomeApp.xml runSalomeScript update_catalogs.py *.pyc *~ .bashrc"
 DOIT="false"
 
 if [ $# -gt 0 ]