PKGBUILDs/extra/libreoffice-still/libreoffice-still.install
2015-02-04 16:38:57 +00:00

14 lines
226 B
Plaintext

post_install() {
xdg-icon-resource forceupdate --theme hicolor
update-desktop-database -q
update-mime-database usr/share/mime > /dev/null 2>&1
}
post_upgrade() {
post_install $1
}
post_remove() {
post_install $1
}