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