From 046f213f765032acd08039cafaa69b5bc46304cb Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Mon, 22 Aug 2016 21:22:47 +0200 Subject: Clean up the baloo 4 package. --- kde/post-install/baloo.post-install | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'kde') 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 + -- cgit v1.2.3