summaryrefslogtreecommitdiffstats
path: root/kde
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2016-08-22 21:22:47 +0200
committer Eric Hameleers <alien@slackware.com>2016-08-22 21:22:47 +0200
commit046f213f765032acd08039cafaa69b5bc46304cb (patch)
treea3d630c4a50abe6bc82aed056efab2b0be5c7f45 /kde
parent27267e76347d7de07ffdf1428c9f7b5b392d9fe3 (diff)
downloadktown-046f213f765032acd08039cafaa69b5bc46304cb.tar.gz
ktown-046f213f765032acd08039cafaa69b5bc46304cb.tar.xz
Clean up the baloo 4 package.
Diffstat (limited to 'kde')
-rw-r--r--kde/post-install/baloo.post-install9
1 files changed, 7 insertions, 2 deletions
diff --git a/kde/post-install/baloo.post-install b/kde/post-install/baloo.post-install
index 58ceb24..86ac7ef 100644
--- a/kde/post-install/baloo.post-install
+++ b/kde/post-install/baloo.post-install
@@ -1,4 +1,9 @@
# Move the polkit dbus configuration files to the proper place:
mv $PKG/etc/kde/dbus-1 $PKG/etc/
-# We do not need these, they are already part of baloo5:
-rm -f $PKG/usr/bin/*
+# All these files conflict with the baloo5 package which also contains them:
+rm $PKG/usr/bin/*
+rm $PKG/usr/share/dbus-1/interfaces/org.kde.baloo.file.indexer.xml
+rm -r $PKG/usr/share/icons
+# Do not autostart the baloo 4 service:
+rm -r $PKG/usr/share/autostart
+