diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-09 19:48:08 +0700 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-01-09 20:18:25 +0000 |
commit | 3c1fc4b2a156e4d7c3b15f9e7e3defd60f34c191 (patch) | |
tree | 32171c6f8ef57832adde686e4614e9c9dc73a111 /libraries/libinstpatch | |
parent | b147cd145077cdea5659391fc3342310e410a2ec (diff) |
libraries/libinstpatch: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/libinstpatch')
-rw-r--r-- | libraries/libinstpatch/doinst.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/libinstpatch/doinst.sh b/libraries/libinstpatch/doinst.sh index cb44d46a56d6..fa5f226d1463 100644 --- a/libraries/libinstpatch/doinst.sh +++ b/libraries/libinstpatch/doinst.sh @@ -44,7 +44,7 @@ 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 |