summaryrefslogtreecommitdiffstats
path: root/testing/source/vtown/kde/post-install/kdepim.post-install
diff options
context:
space:
mode:
Diffstat (limited to 'testing/source/vtown/kde/post-install/kdepim.post-install')
-rw-r--r--testing/source/vtown/kde/post-install/kdepim.post-install10
1 files changed, 10 insertions, 0 deletions
diff --git a/testing/source/vtown/kde/post-install/kdepim.post-install b/testing/source/vtown/kde/post-install/kdepim.post-install
new file mode 100644
index 000000000..c9cc6ce3c
--- /dev/null
+++ b/testing/source/vtown/kde/post-install/kdepim.post-install
@@ -0,0 +1,10 @@
+# Move the dbus configuration files to the proper place:
+mv $PKG/etc/kde/dbus-1 $PKG/etc/
+
+# Kalarm should not start in XFCE:
+if ! grep -q "OnlyShowIn=KDE;" \
+ $PKG/etc/kde/xdg/autostart/kalarm.autostart.desktop ; then
+ echo "OnlyShowIn=KDE;" \
+ >> $PKG/etc/kde/xdg/autostart/kalarm.autostart.desktop
+fi
+