updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / umplayer-svn / umplayer-svn.install
blobfd766981652d0a128be471682d93627d1d7f1e4f
1 ## arg 1:  the new package version
2 post_install() {
3   xdg-desktop-menu forceupdate --mode system
4   xdg-icon-resource forceupdate --mode system --theme hicolor
7 ## arg 1:  the new package version
8 ## arg 2:  the old package version
9 post_upgrade() {
10   post_install
13 ## arg 1:  the old package version
14 post_remove() {
15   post_install
18 # vim:set ts=2 sw=2 et: