diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-09 19:45:45 +0700 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-01-09 20:18:25 +0000 |
commit | 59c99b42b763a627f26edfc3386dc0800f718c80 (patch) | |
tree | 6b68dd15500a172153443185fcd7c75de891cbff | |
parent | 30d948b4550e35b7535f0349c1b3b78aa3274885 (diff) | |
download | slackbuilds-59c99b42b763a627f26edfc3386dc0800f718c80.tar.gz |
desktop/xfce4-mailwatch-plugin: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | desktop/xfce4-mailwatch-plugin/doinst.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/xfce4-mailwatch-plugin/doinst.sh b/desktop/xfce4-mailwatch-plugin/doinst.sh index 8542d1c18e..4110f5514d 100644 --- a/desktop/xfce4-mailwatch-plugin/doinst.sh +++ b/desktop/xfce4-mailwatch-plugin/doinst.sh @@ -1,5 +1,5 @@ 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 |