summaryrefslogtreecommitdiff
path: root/gnome-unstable/gucharmap/gucharmap.install
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-09-20 23:14:47 +0000
committerroot <root@rshg054.dnsready.net>2011-09-20 23:14:47 +0000
commitd739da01541d53414129d3171df221cfe2440fe5 (patch)
tree065870578009b02f2759485f0eb33cf37d7e12bf /gnome-unstable/gucharmap/gucharmap.install
parentdf65be2b18070d63ffd056e8563279e4646bee9a (diff)
Tue Sep 20 23:14:47 UTC 2011
Diffstat (limited to 'gnome-unstable/gucharmap/gucharmap.install')
-rw-r--r--gnome-unstable/gucharmap/gucharmap.install22
1 files changed, 22 insertions, 0 deletions
diff --git a/gnome-unstable/gucharmap/gucharmap.install b/gnome-unstable/gucharmap/gucharmap.install
new file mode 100644
index 000000000..4de3253f6
--- /dev/null
+++ b/gnome-unstable/gucharmap/gucharmap.install
@@ -0,0 +1,22 @@
+pkgname=gucharmap
+
+post_install() {
+ usr/sbin/gconfpkg --install ${pkgname}
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+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
+}