summaryrefslogtreecommitdiffstats
path: root/development
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-01-09 19:46:22 +0700
committer David Spencer <idlemoor@slackbuilds.org>2017-01-09 20:18:25 +0000
commit9ad0f2fa7ef3112fac4baa10ff77edb1363f1226 (patch)
treedbef58de0e752235ccfc054f49a3f539b2955072 /development
parente4e5232e80003f6fbf2cd1376e59af4745cb66bd (diff)
downloadslackbuilds-9ad0f2fa7ef3112fac4baa10ff77edb1363f1226.tar.gz
slackbuilds-9ad0f2fa7ef3112fac4baa10ff77edb1363f1226.tar.xz
development/simulavr: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r--development/simulavr/doinst.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/development/simulavr/doinst.sh b/development/simulavr/doinst.sh
index 3e5691a052..65c7e2eeb9 100644
--- a/development/simulavr/doinst.sh
+++ b/development/simulavr/doinst.sh
@@ -4,6 +4,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