diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-09 19:47:58 +0700 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-01-09 20:18:25 +0000 |
commit | b9a91bd85bc071ebdf4a0da58315dca4ac9ee541 (patch) | |
tree | 7bdf7790f4b6114836b4b5023ec0a6db8d63a917 /graphics/shotwell | |
parent | 17a9de6a56c30d25d3cee4953d4cbed7009e120f (diff) | |
download | slackbuilds-b9a91bd85bc071ebdf4a0da58315dca4ac9ee541.tar.gz |
graphics/shotwell: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'graphics/shotwell')
-rw-r--r-- | graphics/shotwell/doinst.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/shotwell/doinst.sh b/graphics/shotwell/doinst.sh index 0254ea06d8..401d987795 100644 --- a/graphics/shotwell/doinst.sh +++ b/graphics/shotwell/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 |