diff options
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 |
commit | 9ad0f2fa7ef3112fac4baa10ff77edb1363f1226 (patch) | |
tree | dbef58de0e752235ccfc054f49a3f539b2955072 /development | |
parent | e4e5232e80003f6fbf2cd1376e59af4745cb66bd (diff) |
development/simulavr: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r-- | development/simulavr/doinst.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/development/simulavr/doinst.sh b/development/simulavr/doinst.sh index 3e5691a052b5..65c7e2eeb9aa 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 |