summaryrefslogtreecommitdiffstats
path: root/x11/xfce4-panel/xfce4-panel.post-install
diff options
context:
space:
mode:
Diffstat (limited to 'x11/xfce4-panel/xfce4-panel.post-install')
-rw-r--r--x11/xfce4-panel/xfce4-panel.post-install5
1 files changed, 5 insertions, 0 deletions
diff --git a/x11/xfce4-panel/xfce4-panel.post-install b/x11/xfce4-panel/xfce4-panel.post-install
new file mode 100644
index 00000000..4a602f0b
--- /dev/null
+++ b/x11/xfce4-panel/xfce4-panel.post-install
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+
+exit 0