diff options
Diffstat (limited to 'desktop/xfce4-windowck-plugin/doinst.sh')
-rw-r--r-- | desktop/xfce4-windowck-plugin/doinst.sh | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/desktop/xfce4-windowck-plugin/doinst.sh b/desktop/xfce4-windowck-plugin/doinst.sh new file mode 100644 index 0000000000..bd8f3bab51 --- /dev/null +++ b/desktop/xfce4-windowck-plugin/doinst.sh @@ -0,0 +1,11 @@ + +if [ -x /usr/bin/update-desktop-database ]; then + /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 +fi + +if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then + if [ -x /usr/bin/gtk-update-icon-cache ]; then + /usr/bin/gtk-update-icon-cache usr/share/icons/hicolor >/dev/null 2>&1 + fi +fi + |