Salome HOME
New CMake procedure.
[modules/kernel.git] / bin / appli_gen.py
index a26236905c85e76f4a5ea60badf3f7ec1b02e865..cd64c5f87f5ed8b4e18f03307206540e181bae48 100644 (file)
@@ -185,15 +185,14 @@ def install(prefix,config_file,verbose=0):
 
     for fn in ('envd',
                'getAppliPath.py',
-               'searchFreePort.sh',
+               'kill_remote_containers.py',
+               'runAppli',           # OBSOLETE (replaced by salome)
+               'runConsole',         # OBSOLETE (replaced by salome)
                'runRemote.sh',
-               'runAppli',
-               'runConsole',
-               'runSession',
                'runSalomeScript',
-               'runTests',
+               'runSession',         # OBSOLETE (replaced by salome)
+               'salome',
                'update_catalogs.py',
-               'kill_remote_containers.py',
                '.bashrc',
                ):
         virtual_salome.symlink("./bin/salome/appliskel/"+fn,os.path.join(home_dir, fn))