diff options
author | Ján Sučan <sucan@runbox.com> | 2013-06-16 16:40:25 -0500 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2013-06-22 21:32:31 -0300 |
commit | 614dbe7772172720ca868c5ba660d3bda6bb8df5 (patch) | |
tree | 320560ebfc7790564e59dda730302cc30f81385c /desktop/xfce4-mailwatch-plugin/doinst.sh | |
parent | 40194d9f5503ce24e39525ab47e4d31aa1a403b3 (diff) | |
download | slackbuilds-614dbe7772172720ca868c5ba660d3bda6bb8df5.tar.gz |
desktop/xfce4-mailwatch-plugin: Added (Xfce plugin for checking mails)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'desktop/xfce4-mailwatch-plugin/doinst.sh')
-rw-r--r-- | desktop/xfce4-mailwatch-plugin/doinst.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/desktop/xfce4-mailwatch-plugin/doinst.sh b/desktop/xfce4-mailwatch-plugin/doinst.sh new file mode 100644 index 0000000000..30eb690936 --- /dev/null +++ b/desktop/xfce4-mailwatch-plugin/doinst.sh @@ -0,0 +1,6 @@ +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 + fi +fi + |