PKGBUILDs/community/samplv1/samplv1.install

14 lines
216 B
Plaintext
Raw Normal View History

2014-04-11 19:35:07 +00:00
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
}