summaryrefslogtreecommitdiffstats
path: root/office
diff options
context:
space:
mode:
Diffstat (limited to 'office')
-rw-r--r--office/kmymoney/doinst.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/office/kmymoney/doinst.sh b/office/kmymoney/doinst.sh
index c51e1d839b..4f59bd45f1 100644
--- a/office/kmymoney/doinst.sh
+++ b/office/kmymoney/doinst.sh
@@ -4,7 +4,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