diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-09 19:50:42 +0700 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-01-09 20:18:25 +0000 |
commit | 1a14286039e7665ab0d61f250cc975d6bf3e6c00 (patch) | |
tree | 16e7515697843b790edd0d953b0d5d759ec19202 /system/xfburn | |
parent | 5074cb965639593df94407b8355e9ce8435a2935 (diff) | |
download | slackbuilds-1a14286039e7665ab0d61f250cc975d6bf3e6c00.tar.gz |
system/xfburn: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/xfburn')
-rw-r--r-- | system/xfburn/doinst.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/xfburn/doinst.sh b/system/xfburn/doinst.sh index 1f8ff67ded..4a25de5e6f 100644 --- a/system/xfburn/doinst.sh +++ b/system/xfburn/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 |