diff options
author | root <root@rshg054.dnsready.net> | 2012-02-18 23:15:35 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-02-18 23:15:35 +0000 |
commit | 1098e9db0acc5bb5c45af5778492faf3b4c99dd6 (patch) | |
tree | 24f65718bdb292fc62194464db8bee1348c48ee5 /community/gnash/gnash-gtk.install | |
parent | b31146f2405c7d0f50bcc36b682af46be84cdeb8 (diff) |
Sat Feb 18 23:15:35 UTC 2012
Diffstat (limited to 'community/gnash/gnash-gtk.install')
-rw-r--r-- | community/gnash/gnash-gtk.install | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/community/gnash/gnash-gtk.install b/community/gnash/gnash-gtk.install index c317fbaca..6678a7f8a 100644 --- a/community/gnash/gnash-gtk.install +++ b/community/gnash/gnash-gtk.install @@ -1,12 +1,22 @@ post_install() { + gconfpkg --install gnash update-desktop-database -q gtk-update-icon-cache -q -t -f usr/share/icons/hicolor } +pre_upgrade() { + pre_remove +} + post_upgrade() { post_install } +pre_remove() { + gconfpkg --uninstall gnash +} + post_remove() { - post_install + update-desktop-database -q + gtk-update-icon-cache -q -t -f usr/share/icons/hicolor } |