summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--office/abiword/doinst.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/office/abiword/doinst.sh b/office/abiword/doinst.sh
index a53e92087e..7991cccd38 100644
--- a/office/abiword/doinst.sh
+++ b/office/abiword/doinst.sh
@@ -8,7 +8,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