updated on Tue Jan 24 12:00:22 UTC 2012
[aur-mirror.git] / gogui / gogui.install
blob09fb2d19908029440a08f718d36ecc96cc28d07b
1 ## arg 1:  the new package version
2 post_install() {
3   xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
4   update-mime-database /usr/share/mime > /dev/null 2>&1
7 ## arg 1:  the old package version
8 post_remove() {
9   xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
10   update-mime-database /usr/share/mime > /dev/null 2>&1
13 # vim:set ts=2 sw=2 et: