diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-09 19:47:44 +0700 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-01-09 20:18:25 +0000 |
commit | 3beb080d1be95a0256318e39dec5670d3d68d2fd (patch) | |
tree | 98ef9dce9b2bf64e13631fd041cd03ed76dbc9e8 /graphics/gthumb/doinst.sh | |
parent | 4c7082ef32ea472013c77131e334ed64af762982 (diff) | |
download | slackbuilds-3beb080d1be95a0256318e39dec5670d3d68d2fd.tar.gz |
graphics/gthumb: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'graphics/gthumb/doinst.sh')
-rw-r--r-- | graphics/gthumb/doinst.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/gthumb/doinst.sh b/graphics/gthumb/doinst.sh index 6fb1283156..e924bab47c 100644 --- a/graphics/gthumb/doinst.sh +++ b/graphics/gthumb/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 |