# 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

