From b9c375aeb5f074d6659a28d80189d3177d21a0dd Mon Sep 17 00:00:00 2001 From: dsomero Date: Thu, 27 Sep 2012 21:17:20 -0400 Subject: audio/tagtool: Fixed (Handle icon files) Signed-off-by: dsomero --- audio/tagtool/doinst.sh | 6 ++++++ audio/tagtool/tagtool.SlackBuild | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) (limited to 'audio') diff --git a/audio/tagtool/doinst.sh b/audio/tagtool/doinst.sh index 65fd352418..a8c38c8a58 100644 --- a/audio/tagtool/doinst.sh +++ b/audio/tagtool/doinst.sh @@ -2,3 +2,9 @@ if [ -x /usr/bin/update-desktop-database ]; then /usr/bin/update-desktop-database 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 + diff --git a/audio/tagtool/tagtool.SlackBuild b/audio/tagtool/tagtool.SlackBuild index a2b4e03d1a..38975beec8 100644 --- a/audio/tagtool/tagtool.SlackBuild +++ b/audio/tagtool/tagtool.SlackBuild @@ -5,7 +5,7 @@ PRGNAM=tagtool VERSION=0.12.3 -BUILD=${BUILD:-2} +BUILD=${BUILD:-3} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then -- cgit v1.2.3