summaryrefslogtreecommitdiffstats
path: root/source/kde/kde/post-install/sddm.post-install
diff options
context:
space:
mode:
Diffstat (limited to 'source/kde/kde/post-install/sddm.post-install')
-rw-r--r--source/kde/kde/post-install/sddm.post-install1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/kde/kde/post-install/sddm.post-install b/source/kde/kde/post-install/sddm.post-install
index 29229d742..b69fdcd78 100644
--- a/source/kde/kde/post-install/sddm.post-install
+++ b/source/kde/kde/post-install/sddm.post-install
@@ -12,6 +12,7 @@ chown sddm:sddm $PKG/var/lib/sddm
# D-Bus configs should be under /usr, not /etc:
mkdir -p $PKG/usr/share/dbus-1/system.d
mv $PKG/etc/dbus-1/system.d/* $PKG/usr/share/dbus-1/system.d
+rmdir --parents $PKG/etc/dbus-1/system.d
# Remove the sddm.conf file because we will generate our own in doinst.sh:
rm -f $PKG/etc/sddm.conf