SVN: PLDLiveInstaller/trunk/PLDLiveInstaller.cpp

shadzik shadzik at pld-linux.org
Fri Dec 17 22:19:47 CET 2010


Author: shadzik
Date: Fri Dec 17 22:19:47 2010
New Revision: 11987

Modified:
   PLDLiveInstaller/trunk/PLDLiveInstaller.cpp
Log:
- remove more junk


Modified: PLDLiveInstaller/trunk/PLDLiveInstaller.cpp
==============================================================================
--- PLDLiveInstaller/trunk/PLDLiveInstaller.cpp	(original)
+++ PLDLiveInstaller/trunk/PLDLiveInstaller.cpp	Fri Dec 17 22:19:47 2010
@@ -1695,6 +1695,9 @@
      removeJunk("/var/tmp/kdecache-plduser","-rf");
      removeJunk("/usr/sbin/pldliveinstaller", "-f");
      removeJunk("/home/users/" + selUser + "/.kde/share/config/dolphinrc", "-f");
+     removeJunk("/home/users/" + selUser + "/.kde/share/config/kcmnspluginrc", "-f");
+     removeJunk("/home/users/" + selUser + "/.kde/share/config/startupconfigfiles", "-f");
+     removeJunk("/home/users/" + selUser + "/.kde/share/apps", "-rf");
      toggleService("live-block-devices", true);
      toggleService("live-xorg-autoconf", true);
     }


More information about the pld-cvs-commit mailing list