summaryrefslogtreecommitdiffstats
path: root/kde/post-install/kdepim.post-install
blob: c9cc6ce3c6239afddc1fc2c2b722c9c26e3873c0 (plain) (blame)
1
2
3
4
5
6
7
8
9
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