summaryrefslogtreecommitdiffstats
path: root/kde/post-install/kdepim.post-install
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--kde/post-install/kdepim.post-install8
1 files changed, 8 insertions, 0 deletions
diff --git a/kde/post-install/kdepim.post-install b/kde/post-install/kdepim.post-install
index 8810114..c9cc6ce 100644
--- a/kde/post-install/kdepim.post-install
+++ b/kde/post-install/kdepim.post-install
@@ -1,2 +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
+