hidden syscoca rebuild message during install

This commit is contained in:
AlmAck 2014-07-06 11:52:39 +02:00
parent 1fc159a68f
commit 37dd80a502

View File

@ -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
}