diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-09 19:44:00 +0700 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-01-09 20:18:25 +0000 |
commit | 195ccc13fcf1153f2e5b7492b42d08ce6f326799 (patch) | |
tree | d8f9b416f97ee84a21573be798635e4d517405f5 /audio/lingot | |
parent | 59c0dc8703c18b3b63ecd53a9b1edfb7d527e342 (diff) | |
download | slackbuilds-195ccc13fcf1153f2e5b7492b42d08ce6f326799.tar.gz |
audio/lingot: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio/lingot')
-rw-r--r-- | audio/lingot/doinst.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/lingot/doinst.sh b/audio/lingot/doinst.sh index 3e5691a052..65c7e2eeb9 100644 --- a/audio/lingot/doinst.sh +++ b/audio/lingot/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 |