From 1ee225c0713ed0cb3824cd2dbb1e86044a1a68ae Mon Sep 17 00:00:00 2001 From: Michael Johnson Date: Wed, 12 May 2010 17:37:07 +0200 Subject: audio/last.fm: Updated for version 1.5.1.31879 --- audio/last.fm/doinst.sh | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'audio/last.fm/doinst.sh') diff --git a/audio/last.fm/doinst.sh b/audio/last.fm/doinst.sh index 22d4849bce4a9..1f8ff67dedb29 100644 --- a/audio/last.fm/doinst.sh +++ b/audio/last.fm/doinst.sh @@ -1,5 +1,10 @@ +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-desktop-database ]; then - usr/bin/update-desktop-database usr/share/applications >/dev/null 2>&1 +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