summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--desktop/paper-icon-theme/doinst.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop/paper-icon-theme/doinst.sh b/desktop/paper-icon-theme/doinst.sh
index f7fa2692de..e3469bd225 100644
--- a/desktop/paper-icon-theme/doinst.sh
+++ b/desktop/paper-icon-theme/doinst.sh
@@ -8,13 +8,13 @@ fi
if [ -e usr/share/icons/Paper/icon-theme.cache ]; then
if [ -x /usr/bin/gtk-update-icon-cache ]; then
- /usr/bin/gtk-update-icon-cache usr/share/icons/Paper>/dev/null 2>&1
+ /usr/bin/gtk-update-icon-cache -f usr/share/icons/Paper>/dev/null 2>&1
fi
fi
if [ -e usr/share/icons/Paper-Mono-Dark/icon-theme.cache ]; then
if [ -x /usr/bin/gtk-update-icon-cache ]; then
- /usr/bin/gtk-update-icon-cache usr/share/icons/Paper-Mono-Dark >/dev/null 2>&1
+ /usr/bin/gtk-update-icon-cache -f usr/share/icons/Paper-Mono-Dark >/dev/null 2>&1
fi
fi