SVN: PLDLiveInstaller/branches/0.2/PLDLiveInstaller.cpp

shadzik shadzik at pld-linux.org
Mon Dec 6 16:53:11 CET 2010


Author: shadzik
Date: Mon Dec  6 16:53:10 2010
New Revision: 11964

Modified:
   PLDLiveInstaller/branches/0.2/PLDLiveInstaller.cpp
Log:
- remove installer on destitnation


Modified: PLDLiveInstaller/branches/0.2/PLDLiveInstaller.cpp
==============================================================================
--- PLDLiveInstaller/branches/0.2/PLDLiveInstaller.cpp	(original)
+++ PLDLiveInstaller/branches/0.2/PLDLiveInstaller.cpp	Mon Dec  6 16:53:10 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