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