SVN: PLDLiveInstaller/trunk/PLDLiveInstaller.cpp

shadzik shadzik at pld-linux.org
Mon Dec 6 16:52:42 CET 2010


Author: shadzik
Date: Mon Dec  6 16:52:41 2010
New Revision: 11963

Modified:
   PLDLiveInstaller/trunk/PLDLiveInstaller.cpp
Log:
- remove the installer on destination


Modified: PLDLiveInstaller/trunk/PLDLiveInstaller.cpp
==============================================================================
--- PLDLiveInstaller/trunk/PLDLiveInstaller.cpp	(original)
+++ PLDLiveInstaller/trunk/PLDLiveInstaller.cpp	Mon Dec  6 16:52:41 2010
@@ -1646,7 +1646,8 @@
     }
     
     if(cont) {
-     removeJunk("/var/tmp/kdecache-plduser","-rf"); 
+     removeJunk("/var/tmp/kdecache-plduser","-rf");
+     removeJunk("/usr/sbin/pldliveinstaller", "-f");
     }
 
     if(cont && !mountProcSysDev()) {


More information about the pld-cvs-commit mailing list