From 8f73ed774cfcdcc276f59591a289558075ab97f4 Mon Sep 17 00:00:00 2001 From: Erik Hanson Date: Wed, 12 May 2010 17:44:44 +0200 Subject: office/homebank: Updated for version 4.0.4 --- office/homebank/doinst.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'office/homebank/doinst.sh') diff --git a/office/homebank/doinst.sh b/office/homebank/doinst.sh index 3857649f50..3bea8b35fa 100644 --- a/office/homebank/doinst.sh +++ b/office/homebank/doinst.sh @@ -1,3 +1,14 @@ if [ -x /usr/bin/update-desktop-database ]; then /usr/bin/update-desktop-database -q usr/share/applications &> /dev/null fi + +if [ -x /usr/bin/update-mime-database ]; then + /usr/bin/update-mime-database usr/share/mime > /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