From 6c7dd0cc6b1976cd55505b90f5953d578116f2f6 Mon Sep 17 00:00:00 2001 From: Michales Michaloudes Date: Sun, 5 Jun 2011 12:10:13 +0200 Subject: audio/qsynth: Updated for version 0.3.6 Signed-off-by: Heinz Wiesinger --- audio/qsynth/doinst.sh | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'audio/qsynth/doinst.sh') diff --git a/audio/qsynth/doinst.sh b/audio/qsynth/doinst.sh index 4e8ba7071d..1f8ff67ded 100644 --- a/audio/qsynth/doinst.sh +++ b/audio/qsynth/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