diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-09 19:50:11 +0700 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-01-09 20:18:25 +0000 |
commit | 7dc8c2e1fd0b3638b1e6f172dda9e3bf36560347 (patch) | |
tree | 4542bcb0974a0d039212913359e3734d2da8b041 /office/xournal | |
parent | 19eb10530659004fd9296488ed6b8041e9a19cf2 (diff) | |
download | slackbuilds-7dc8c2e1fd0b3638b1e6f172dda9e3bf36560347.tar.gz |
office/xournal: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office/xournal')
-rw-r--r-- | office/xournal/doinst.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/office/xournal/doinst.sh b/office/xournal/doinst.sh index 9830478e8c..0fb9c8b686 100644 --- a/office/xournal/doinst.sh +++ b/office/xournal/doinst.sh @@ -8,7 +8,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 |