PKGBUILDs/extra/libreoffice-fresh/libreoffice-fresh.install
2014-08-01 23:59:25 +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
}