2011-04-27 00:03:26 +08:00
|
|
|
post_install() {
|
|
|
|
|
|
|
|
update-mime-database usr/share/mime > /dev/null 2>&1
|
2015-07-13 22:10:36 +08:00
|
|
|
kbuildsycoca4 --noincremental &> /dev/null
|
2011-04-27 00:03:26 +08:00
|
|
|
|
2015-07-13 22:10:36 +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"
|
2015-07-13 22:10:36 +08:00
|
|
|
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
|
2015-07-13 22:10:36 +08:00
|
|
|
kbuildsycoca4 --noincremental &> /dev/null
|
2011-04-27 00:03:26 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
post_remove() {
|
|
|
|
update-mime-database usr/share/mime > /dev/null 2>&1
|
2015-07-13 22:10:36 +08:00
|
|
|
kbuildsycoca4 --noincremental &> /dev/null
|
2011-04-27 00:03:26 +08:00
|
|
|
}
|