desktop/libreoffice/libreoffice.install

22 lines
565 B
Plaintext
Raw Normal View History

2011-04-24 11:55:25 +08:00
post_install() {
update-mime-database usr/share/mime > /dev/null 2>&1
2011-06-10 08:15:41 +08:00
kbuildsycoca4
2011-04-24 11:55:25 +08:00
2011-06-10 08:15:41 +08:00
echo " * You may want to pacman -Ss libreoffice-extensions"
2011-04-24 11:55:25 +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"
2011-06-10 08:15:41 +08:00
echo " * make sure you have installed some ttf fonts (ttf-dejavu recommended)"
2011-04-24 11:55:25 +08:00
}
post_upgrade() {
# post_install $1
update-mime-database usr/share/mime > /dev/null 2>&1
2011-06-10 08:15:41 +08:00
kbuildsycoca4
2011-04-24 11:55:25 +08:00
}
post_remove() {
update-mime-database usr/share/mime > /dev/null 2>&1
2011-06-10 08:15:41 +08:00
kbuildsycoca4
2011-04-24 11:55:25 +08:00
}