From f517df9fc79666e2bfd37d5c2169061193f60c88 Mon Sep 17 00:00:00 2001 From: Michiel van Wessem Date: Thu, 13 May 2010 00:36:57 +0200 Subject: network/konversation: Updated for version 1.2.1 --- network/konversation/doinst.sh | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'network/konversation/doinst.sh') diff --git a/network/konversation/doinst.sh b/network/konversation/doinst.sh index 77d8ff3f2c..1f8ff67ded 100644 --- a/network/konversation/doinst.sh +++ b/network/konversation/doinst.sh @@ -1,8 +1,10 @@ -#!/bin/sh - -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 [ -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