PKGBUILDs/community/samplv1/samplv1.install
2014-04-11 19:35:07 +00:00

14 lines
216 B
Plaintext

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