summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--system/cool-retro-term/doinst.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/cool-retro-term/doinst.sh b/system/cool-retro-term/doinst.sh
index 3e5691a052..65c7e2eeb9 100644
--- a/system/cool-retro-term/doinst.sh
+++ b/system/cool-retro-term/doinst.sh
@@ -4,6 +4,6 @@ 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