summaryrefslogtreecommitdiffstats
path: root/multimedia/kdenlive
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-01-09 19:48:40 +0700
committer David Spencer <idlemoor@slackbuilds.org>2017-01-09 20:18:25 +0000
commitebbc18948f8f2bbbee006f13dbf3a23c57e53d41 (patch)
tree14f31c353817d7275369a138fd7587f599c79693 /multimedia/kdenlive
parent45cda85efad6980005e1fc893f085f2385e181eb (diff)
downloadslackbuilds-ebbc18948f8f2bbbee006f13dbf3a23c57e53d41.tar.gz
slackbuilds-ebbc18948f8f2bbbee006f13dbf3a23c57e53d41.tar.xz
multimedia/kdenlive: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'multimedia/kdenlive')
-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