From 5b4ef8520ef5e9703ad5993869e77ef62059e7e1 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Fri, 27 Feb 2015 23:35:32 +0100 Subject: Move incorrectly installed DBus files to correct location. Affected packages are: - libksysguard - polkit-kde-kcmodules-framework - sddm-kcm This solves at least the broken SDDM control module in System Settings. --- kde/build/libksysguard | 1 + kde/build/polkit-kde-kcmodules-framework | 1 + kde/build/sddm-kcm | 1 + kde/post-install/libksysguard.post-install | 4 ++++ kde/post-install/polkit-kde-kcmodules-framework.post-install | 4 ++++ kde/post-install/sddm-kcm.post-install | 4 ++++ 6 files changed, 15 insertions(+) create mode 100644 kde/build/libksysguard create mode 100644 kde/build/polkit-kde-kcmodules-framework create mode 100644 kde/build/sddm-kcm create mode 100644 kde/post-install/libksysguard.post-install create mode 100644 kde/post-install/polkit-kde-kcmodules-framework.post-install create mode 100644 kde/post-install/sddm-kcm.post-install diff --git a/kde/build/libksysguard b/kde/build/libksysguard new file mode 100644 index 0000000..0cfbf08 --- /dev/null +++ b/kde/build/libksysguard @@ -0,0 +1 @@ +2 diff --git a/kde/build/polkit-kde-kcmodules-framework b/kde/build/polkit-kde-kcmodules-framework new file mode 100644 index 0000000..0cfbf08 --- /dev/null +++ b/kde/build/polkit-kde-kcmodules-framework @@ -0,0 +1 @@ +2 diff --git a/kde/build/sddm-kcm b/kde/build/sddm-kcm new file mode 100644 index 0000000..0cfbf08 --- /dev/null +++ b/kde/build/sddm-kcm @@ -0,0 +1 @@ +2 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/ + -- cgit v1.2.3