diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-09 19:48:15 +0700 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-01-09 20:18:25 +0000 |
commit | c306c9a24e5f54dd703e4bd776f5d0b931ca3d14 (patch) | |
tree | 627a7b4e7fb461d4c46afb2e27ce85b732e6e7b9 /misc/boncuk | |
parent | 389999b351cce10ff9e789c68c3a2befae9a5ba0 (diff) | |
download | slackbuilds-c306c9a24e5f54dd703e4bd776f5d0b931ca3d14.tar.gz |
misc/boncuk: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'misc/boncuk')
-rw-r--r-- | misc/boncuk/doinst.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/boncuk/doinst.sh b/misc/boncuk/doinst.sh index 1f8ff67ded..4a25de5e6f 100644 --- a/misc/boncuk/doinst.sh +++ b/misc/boncuk/doinst.sh @@ -4,7 +4,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 |