diff options
author | Parabola <dev@list.parabolagnulinux.org> | 2011-04-05 14:26:38 +0000 |
---|---|---|
committer | Parabola <dev@list.parabolagnulinux.org> | 2011-04-05 14:26:38 +0000 |
commit | 415856bdd4f48ab4f2732996f0bae58595092bbe (patch) | |
tree | ede2018b591f6dfb477fe9341ba17b9bc000fab9 /extra/xchat-gnome/xchat-gnome.install |
Tue Apr 5 14:26:38 UTC 2011
Diffstat (limited to 'extra/xchat-gnome/xchat-gnome.install')
-rw-r--r-- | extra/xchat-gnome/xchat-gnome.install | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/extra/xchat-gnome/xchat-gnome.install b/extra/xchat-gnome/xchat-gnome.install new file mode 100644 index 000000000..b0816ece3 --- /dev/null +++ b/extra/xchat-gnome/xchat-gnome.install @@ -0,0 +1,24 @@ +pkgname=xchat-gnome + +post_install() { + usr/sbin/gconfpkg --install ${pkgname} + gtk-update-icon-cache -q -t -f usr/share/icons/hicolor + update-desktop-database -q +} + +pre_upgrade() { + pre_remove $1 +} + +post_upgrade() { + post_install $1 +} + +pre_remove() { + usr/sbin/gconfpkg --uninstall ${pkgname} +} + +post_remove() { + gtk-update-icon-cache -q -t -f usr/share/icons/hicolor + update-desktop-database -q +} |