summaryrefslogtreecommitdiffstats
path: root/kde/post-install
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2015-02-27 23:35:32 +0100
committer Eric Hameleers <alien@slackware.com>2015-02-27 23:35:32 +0100
commit5b4ef8520ef5e9703ad5993869e77ef62059e7e1 (patch)
treecc173f4e3653e1a427442f5586d50a6d0704c658 /kde/post-install
parentfd38547094be52a5fe61c8cb6ce499fc6b4a7a13 (diff)
downloadktown-5b4ef8520ef5e9703ad5993869e77ef62059e7e1.tar.gz
ktown-5b4ef8520ef5e9703ad5993869e77ef62059e7e1.tar.xz
Move incorrectly installed DBus files to correct location.5_15.02_02
Affected packages are: - libksysguard - polkit-kde-kcmodules-framework - sddm-kcm This solves at least the broken SDDM control module in System Settings.
Diffstat (limited to 'kde/post-install')
-rw-r--r--kde/post-install/libksysguard.post-install4
-rw-r--r--kde/post-install/polkit-kde-kcmodules-framework.post-install4
-rw-r--r--kde/post-install/sddm-kcm.post-install4
3 files changed, 12 insertions, 0 deletions
diff --git a/kde/post-install/libksysguard.post-install b/kde/post-install/libksysguard.post-install
new file mode 100644
index 0000000..10b156d
--- /dev/null
+++ b/kde/post-install/libksysguard.post-install
@@ -0,0 +1,4 @@
+# Move the polkit dbus configuration files to the proper place:
+mkdir -p $PKG/etc
+mv $PKG/etc/kde/dbus-1 $PKG/etc/
+
diff --git a/kde/post-install/polkit-kde-kcmodules-framework.post-install b/kde/post-install/polkit-kde-kcmodules-framework.post-install
new file mode 100644
index 0000000..10b156d
--- /dev/null
+++ b/kde/post-install/polkit-kde-kcmodules-framework.post-install
@@ -0,0 +1,4 @@
+# Move the polkit dbus configuration files to the proper place:
+mkdir -p $PKG/etc
+mv $PKG/etc/kde/dbus-1 $PKG/etc/
+
diff --git a/kde/post-install/sddm-kcm.post-install b/kde/post-install/sddm-kcm.post-install
new file mode 100644
index 0000000..10b156d
--- /dev/null
+++ b/kde/post-install/sddm-kcm.post-install
@@ -0,0 +1,4 @@
+# Move the polkit dbus configuration files to the proper place:
+mkdir -p $PKG/etc
+mv $PKG/etc/kde/dbus-1 $PKG/etc/
+