summaryrefslogtreecommitdiff
path: root/pcr/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin.install
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2014-07-27 16:20:58 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2014-07-27 16:20:58 -0400
commitbf6f62481559bf5e657ba20c15e786fb6210d460 (patch)
treeb106ada83f5ba2fed243ff702b268b1514f8f101 /pcr/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin.install
parentc05ee7214db837adbecc05cdf8588f271755a6cf (diff)
add pcr/xfce4-whiskermenu-plugin
Diffstat (limited to 'pcr/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin.install')
-rw-r--r--pcr/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/pcr/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin.install b/pcr/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin.install
new file mode 100644
index 000000000..81f2ba659
--- /dev/null
+++ b/pcr/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin.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
+}