diff options
Diffstat (limited to 'testing/source/vtown/kde/post-install/kdepim.post-install')
-rw-r--r-- | testing/source/vtown/kde/post-install/kdepim.post-install | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/testing/source/vtown/kde/post-install/kdepim.post-install b/testing/source/vtown/kde/post-install/kdepim.post-install deleted file mode 100644 index c9cc6ce3..00000000 --- a/testing/source/vtown/kde/post-install/kdepim.post-install +++ /dev/null @@ -1,10 +0,0 @@ -# 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 - |