From 6e7547a073d95e02fed5421e1c69e93e077a7aa4 Mon Sep 17 00:00:00 2001 From: Heinz Wiesinger Date: Thu, 17 Jun 2010 13:11:44 +0200 Subject: network/knemo: Update the hicolor icon cache in doinst.sh Signed-off-by: Heinz Wiesinger --- network/knemo/doinst.sh | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'network/knemo') diff --git a/network/knemo/doinst.sh b/network/knemo/doinst.sh index 4e8ba7071d..1f8ff67ded 100644 --- a/network/knemo/doinst.sh +++ b/network/knemo/doinst.sh @@ -2,3 +2,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-65-gdbad