diff options
author | dsomero | 2012-09-28 03:17:20 +0200 |
---|---|---|
committer | Robby Workman | 2012-09-30 00:17:38 +0200 |
commit | b9c375aeb5f074d6659a28d80189d3177d21a0dd (patch) | |
tree | d19892ef18f502ba777ed9f10650715beb9ee5f4 | |
parent | ab7d56bae6e02b6de6f8f180fa4261eee3ec2156 (diff) | |
download | slackbuilds-b9c375aeb5f074d6659a28d80189d3177d21a0dd.tar.gz |
audio/tagtool: Fixed (Handle icon files)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
-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 |