From 924621b2d36ed0d87405d66353457f93f1ee0b58 Mon Sep 17 00:00:00 2001 From: Chess Griffin Date: Wed, 12 May 2010 17:38:01 +0200 Subject: desktop/obconf: Updated for version 2.0.3 --- desktop/obconf/doinst.sh | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'desktop/obconf/doinst.sh') diff --git a/desktop/obconf/doinst.sh b/desktop/obconf/doinst.sh index 4557defa56..21e9945eb9 100644 --- a/desktop/obconf/doinst.sh +++ b/desktop/obconf/doinst.sh @@ -1,9 +1,13 @@ - -if [ -x usr/bin/update-desktop-database ]; then - usr/bin/update-desktop-database -q usr/share/applications +if [ -x /usr/bin/update-desktop-database ]; then + /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 fi -if [ -x usr/bin/update-mime-database ]; then - usr/bin/update-mime-database usr/share/mime >/dev/null 2>&1 +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 \ No newline at end of file -- cgit v1.2.3