From 6a8d2cb109a43157f5c9dd27704d0da5a896b41d Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Tue, 1 Nov 2016 22:35:17 +0100 Subject: kde, kdei: updated for KDE 5_16.08 --- kde/post-install/baloo.post-install | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'kde/post-install') 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