diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-09 19:45:57 +0700 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-01-09 20:18:25 +0000 |
commit | ddb3bd400d709874da65a7b4cdc52193123540e6 (patch) | |
tree | efc6876bcdc55987328db64e4300f97d43a8686e /development/devhelp | |
parent | a1e188389293de30986bba98638d0ea8100106dd (diff) | |
download | slackbuilds-ddb3bd400d709874da65a7b4cdc52193123540e6.tar.gz |
development/devhelp: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/devhelp')
-rw-r--r-- | development/devhelp/doinst.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/development/devhelp/doinst.sh b/development/devhelp/doinst.sh index 0606af7430..975eb75d2f 100644 --- a/development/devhelp/doinst.sh +++ b/development/devhelp/doinst.sh @@ -14,6 +14,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 |