summaryrefslogtreecommitdiffstats
path: root/desktop/xfce4-windowck-plugin/doinst.sh
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/xfce4-windowck-plugin/doinst.sh')
-rw-r--r--desktop/xfce4-windowck-plugin/doinst.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/xfce4-windowck-plugin/doinst.sh b/desktop/xfce4-windowck-plugin/doinst.sh
index bd8f3bab51..d8b0d0d87b 100644
--- a/desktop/xfce4-windowck-plugin/doinst.sh
+++ b/desktop/xfce4-windowck-plugin/doinst.sh
@@ -5,7 +5,7 @@ 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
+ /usr/bin/gtk-update-icon-cache -f usr/share/icons/hicolor >/dev/null 2>&1
fi
fi