diff options
-rw-r--r-- | audio/tagtool/doinst.sh | 6 | ||||
-rw-r--r-- | audio/tagtool/tagtool.SlackBuild | 2 |
2 files changed, 7 insertions, 1 deletions
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 |