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