summaryrefslogtreecommitdiffstats
path: root/kde/post-install
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2016-11-01 22:35:17 +0100
committer Eric Hameleers <alien@slackware.com>2016-11-01 22:35:17 +0100
commit6a8d2cb109a43157f5c9dd27704d0da5a896b41d (patch)
tree8881ddfd08ce8f0dd2b21cc6484329192f5c2d8a /kde/post-install
parenta733c671ae2cd0d41fb6542bf78be4ff1dbe2df2 (diff)
downloadktown-6a8d2cb109a43157f5c9dd27704d0da5a896b41d.tar.gz
ktown-6a8d2cb109a43157f5c9dd27704d0da5a896b41d.tar.xz
kde, kdei: updated for KDE 5_16.08
Diffstat (limited to 'kde/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
+