summaryrefslogtreecommitdiff
path: root/gnome-unstable/libpeas/libpeas.install
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-09-09 00:11:39 +0000
committerroot <root@rshg054.dnsready.net>2012-09-09 00:11:39 +0000
commitdda96ce532ef99400e2b7703a0f538771b36b624 (patch)
treebcffb5a34db2fb09c3ca6eb1dfe557292566ddb6 /gnome-unstable/libpeas/libpeas.install
parentc85b504e8916411d424cd3fc654ff879237d529e (diff)
Sun Sep 9 00:11:39 UTC 2012
Diffstat (limited to 'gnome-unstable/libpeas/libpeas.install')
-rw-r--r--gnome-unstable/libpeas/libpeas.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/gnome-unstable/libpeas/libpeas.install b/gnome-unstable/libpeas/libpeas.install
new file mode 100644
index 000000000..1a05f573e
--- /dev/null
+++ b/gnome-unstable/libpeas/libpeas.install
@@ -0,0 +1,11 @@
+post_install() {
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}