diff options
author | Brice Lopez <brice.lopez@banh-bao.fr> | 2012-02-12 13:59:14 -0600 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2012-02-18 09:12:29 -0200 |
commit | e17d162371df1091e40937c2f4fdaf5ed28baa0f (patch) | |
tree | 9d105f5fc6da0af325744245ace8035de51c1532 /network/weboob/doinst.sh | |
parent | 06a7b9a7bcbf8dd3379a46c597bbfcb10ffeab9a (diff) | |
download | slackbuilds-e17d162371df1091e40937c2f4fdaf5ed28baa0f.tar.gz |
network/weboob: Added (applications to interact with websites)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'network/weboob/doinst.sh')
-rw-r--r-- | network/weboob/doinst.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/network/weboob/doinst.sh b/network/weboob/doinst.sh new file mode 100644 index 0000000000..3e5691a052 --- /dev/null +++ b/network/weboob/doinst.sh @@ -0,0 +1,9 @@ +if [ -x /usr/bin/update-desktop-database ]; then + /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 +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 + fi +fi |