SVN: PLDLiveInstaller/branches/0.2/PLDLiveInstaller.cpp

shadzik shadzik at pld-linux.org
Tue Dec 7 01:57:38 CET 2010


Author: shadzik
Date: Tue Dec  7 01:57:38 2010
New Revision: 11971

Modified:
   PLDLiveInstaller/branches/0.2/PLDLiveInstaller.cpp
Log:
- merged


Modified: PLDLiveInstaller/branches/0.2/PLDLiveInstaller.cpp
==============================================================================
--- PLDLiveInstaller/branches/0.2/PLDLiveInstaller.cpp	(original)
+++ PLDLiveInstaller/branches/0.2/PLDLiveInstaller.cpp	Tue Dec  7 01:57:38 2010
@@ -1679,7 +1679,7 @@
       KAssistantDialog::next();
       KAssistantDialog::showButtonSeparator(false);
     }
-/* 
+ 
     if(cont && !copySettings(".kde") && !copySettings(".config")) {
       cont = false;
       failText->setText("<html><p align=\"center\">"
@@ -1691,7 +1691,7 @@
       KAssistantDialog::next();
       KAssistantDialog::showButtonSeparator(false);
     }
-*/
+
     if(cont && !deleteLiveUser()) {
       cont = false;
       failText->setText("<html><p align=\"center\">"
@@ -1707,6 +1707,7 @@
     if(cont) {
      removeJunk("/var/tmp/kdecache-plduser","-rf");
      removeJunk("/usr/sbin/pldliveinstaller", "-f");
+     removeJunk("/home/users/" + selUser + "/.kde/share/config/dolphinrc", "-f");
     }
 
     if(cont && !mountProcSysDev()) {


More information about the pld-cvs-commit mailing list