From e17d162371df1091e40937c2f4fdaf5ed28baa0f Mon Sep 17 00:00:00 2001 From: Brice Lopez Date: Sun, 12 Feb 2012 13:59:14 -0600 Subject: network/weboob: Added (applications to interact with websites) Signed-off-by: Robby Workman --- network/weboob/doinst.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 network/weboob/doinst.sh (limited to 'network/weboob/doinst.sh') diff --git a/network/weboob/doinst.sh b/network/weboob/doinst.sh new file mode 100644 index 000000000000..3e5691a052b5 --- /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 -- cgit v1.2.3