summaryrefslogtreecommitdiffstats
path: root/multimedia/lightspark
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-01-09 19:48:42 +0700
committer David Spencer <idlemoor@slackbuilds.org>2017-01-09 20:18:25 +0000
commit29154173c2aacf0cc31b131188e67d1789c0ddf8 (patch)
treee271fcd654d1c4d7a0cea74e2ea311b90477c50a /multimedia/lightspark
parent843f22a5cb3afb4bea7e43dc6c66512fbba88354 (diff)
downloadslackbuilds-29154173c2aacf0cc31b131188e67d1789c0ddf8.tar.gz
slackbuilds-29154173c2aacf0cc31b131188e67d1789c0ddf8.tar.xz
multimedia/lightspark: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'multimedia/lightspark')
-rw-r--r--multimedia/lightspark/doinst.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/lightspark/doinst.sh b/multimedia/lightspark/doinst.sh
index 15b29de4d2..fdc60ff542 100644
--- a/multimedia/lightspark/doinst.sh
+++ b/multimedia/lightspark/doinst.sh
@@ -19,6 +19,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