diff options
Diffstat (limited to 'source/kde/doinst.sh/kde-workspace')
-rw-r--r-- | source/kde/doinst.sh/kde-workspace | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/source/kde/doinst.sh/kde-workspace b/source/kde/doinst.sh/kde-workspace index 793bae74..5834cc55 100644 --- a/source/kde/doinst.sh/kde-workspace +++ b/source/kde/doinst.sh/kde-workspace @@ -13,9 +13,6 @@ config() { # Otherwise, we leave the .new copy for the admin to consider... } -config etc/kde/kdm/backgroundrc.new -config etc/kde/kdm/kdmrc.new - if [ -x usr/bin/update-desktop-database ]; then usr/bin/update-desktop-database usr/share/applications >/dev/null 2>&1 fi @@ -24,3 +21,5 @@ if [ -x usr/bin/update-mime-database ]; then usr/bin/update-mime-database usr/share/mime >/dev/null 2>&1 fi +config etc/kde/kdm/backgroundrc.new +config etc/kde/kdm/kdmrc.new |