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