diff options
Diffstat (limited to 'community/gnash/gnash-gtk.install')
-rw-r--r-- | community/gnash/gnash-gtk.install | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/community/gnash/gnash-gtk.install b/community/gnash/gnash-gtk.install new file mode 100644 index 000000000..6678a7f8a --- /dev/null +++ b/community/gnash/gnash-gtk.install @@ -0,0 +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() { + update-desktop-database -q + gtk-update-icon-cache -q -t -f usr/share/icons/hicolor +} |