summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--network/leechcraft/doinst.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/network/leechcraft/doinst.sh b/network/leechcraft/doinst.sh
index cb1c14bc92..f3f8604d5a 100644
--- a/network/leechcraft/doinst.sh
+++ b/network/leechcraft/doinst.sh
@@ -4,19 +4,19 @@ 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
if [ -e usr/share/icons/Pevzi/icon-theme.cache ]; then
if [ -x /usr/bin/gtk-update-icon-cache ]; then
- /usr/bin/gtk-update-icon-cache usr/share/icons/Pevzi >/dev/null 2>&1
+ /usr/bin/gtk-update-icon-cache -f usr/share/icons/Pevzi >/dev/null 2>&1
fi
fi
if [ -e usr/share/icons/oxygen/icon-theme.cache ]; then
if [ -x /usr/bin/gtk-update-icon-cache ]; then
- /usr/bin/gtk-update-icon-cache usr/share/icons/oxygen >/dev/null 2>&1
+ /usr/bin/gtk-update-icon-cache -f usr/share/icons/oxygen >/dev/null 2>&1
fi
fi