summaryrefslogtreecommitdiffstats
path: root/multimedia/kdenlive/doinst.sh
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/kdenlive/doinst.sh')
-rw-r--r--multimedia/kdenlive/doinst.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/kdenlive/doinst.sh b/multimedia/kdenlive/doinst.sh
index 9aeb8dcfc4..6c9ac6b5e3 100644
--- a/multimedia/kdenlive/doinst.sh
+++ b/multimedia/kdenlive/doinst.sh
@@ -8,12 +8,12 @@ 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/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