desktop/libreoffice/libreoffice.install

22 lines
652 B
Plaintext
Raw Normal View History

2011-04-27 00:03:26 +08:00
post_install() {
update-mime-database usr/share/mime > /dev/null 2>&1
kbuildsycoca4 --noincremental &> /dev/null
2011-04-27 00:03:26 +08:00
echo " * You may want to pacman -Ss libreoffice-extensions"
2011-04-27 00:03:26 +08:00
echo " to see what extensions are prepared to install"
echo " * it's recommended to install {hunspell,mythes,hyphen}-xx pkg for spell checking"
echo " * make sure you have installed some ttf fonts (ttf-dejavu recommended)"
2011-04-27 00:03:26 +08:00
}
post_upgrade() {
# post_install $1
update-mime-database usr/share/mime > /dev/null 2>&1
kbuildsycoca4 --noincremental &> /dev/null
2011-04-27 00:03:26 +08:00
}
post_remove() {
update-mime-database usr/share/mime > /dev/null 2>&1
kbuildsycoca4 --noincremental &> /dev/null
2011-04-27 00:03:26 +08:00
}