summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xrescue/Flash/scripts/upgrade3
1 files changed, 3 insertions, 0 deletions
diff --git a/rescue/Flash/scripts/upgrade b/rescue/Flash/scripts/upgrade
index e597d22cb..d5ec8fb9a 100755
--- a/rescue/Flash/scripts/upgrade
+++ b/rescue/Flash/scripts/upgrade
@@ -177,6 +177,9 @@ function merge_config_files() {
#- reapply lang configuration, mostly to rewrite kdeglobals
chroot $tmpdir/union perl -I/usr/lib/libDrakX -Mlang -e "lang::write(lang::read())" &>/dev/null
+ #- remove KDE sessions file so that previous compiz usage does not break session
+ rm -f $tmpdir/union/home/*/.kde/share/config/ksmserverrc &>/dev/null
+
return 0
}