desktop/libreoffice/libreoffice.install

25 lines
766 B
Plaintext
Raw Normal View History

2011-04-24 11:55:25 +08:00
post_install() {
gtk-update-icon-cache -f -q /usr/share/icons/hicolor
update-desktop-database -q
update-mime-database usr/share/mime > /dev/null 2>&1
2011-04-24 12:19:27 +08:00
echo " * You may want to use 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"
echo " * make sure you have installed some ttf font (ttf-dejavu recommended)"
}
post_upgrade() {
# post_install $1
gtk-update-icon-cache -f -q /usr/share/icons/hicolor
update-desktop-database -q
update-mime-database usr/share/mime > /dev/null 2>&1
}
post_remove() {
update-desktop-database -q
gtk-update-icon-cache -f -q /usr/share/icons/hicolor
update-mime-database usr/share/mime > /dev/null 2>&1
}