summaryrefslogtreecommitdiffstats
path: root/kde/post-install/baloo.post-install
diff options
context:
space:
mode:
Diffstat (limited to 'kde/post-install/baloo.post-install')
-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
+