diff options
Diffstat (limited to 'main/xfce4-panel/xfce4-panel.post-install')
-rw-r--r-- | main/xfce4-panel/xfce4-panel.post-install | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/main/xfce4-panel/xfce4-panel.post-install b/main/xfce4-panel/xfce4-panel.post-install new file mode 100644 index 0000000000..4a602f0b54 --- /dev/null +++ b/main/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 |