diff --git a/libreoffice/libreoffice.install b/libreoffice/libreoffice.install index 28459f334..1ef851fae 100644 --- a/libreoffice/libreoffice.install +++ b/libreoffice/libreoffice.install @@ -1,7 +1,7 @@ post_install() { update-mime-database usr/share/mime > /dev/null 2>&1 -kbuildsycoca4 +kbuildsycoca4 --noincremental &> /dev/null echo " * You may want to pacman -Ss libreoffice-extensions" echo " to see what extensions are prepared to install" @@ -12,10 +12,10 @@ echo " * make sure you have installed some ttf fonts (ttf-dejavu recommended)" post_upgrade() { # post_install $1 update-mime-database usr/share/mime > /dev/null 2>&1 -kbuildsycoca4 +kbuildsycoca4 --noincremental &> /dev/null } post_remove() { update-mime-database usr/share/mime > /dev/null 2>&1 -kbuildsycoca4 +kbuildsycoca4 --noincremental &> /dev/null }