summaryrefslogtreecommitdiffstats
path: root/network/weboob/doinst.sh
diff options
context:
space:
mode:
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
commite17d162371df1091e40937c2f4fdaf5ed28baa0f (patch)
tree9d105f5fc6da0af325744245ace8035de51c1532 /network/weboob/doinst.sh
parent06a7b9a7bcbf8dd3379a46c597bbfcb10ffeab9a (diff)
downloadslackbuilds-e17d162371df1091e40937c2f4fdaf5ed28baa0f.tar.gz
slackbuilds-e17d162371df1091e40937c2f4fdaf5ed28baa0f.tar.xz
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.sh9
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