diff options
author | Thorn Inurcide <thorn-inurcide@yandex.com> | 2015-08-30 09:18:09 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-08-30 09:18:09 +0700 |
commit | 17f993b2470afc612c573aece0bfd8de889f962f (patch) | |
tree | 8f296c4996bcb9771537e28d99f20d95c26f78d0 /multimedia/tomahawk/doinst.sh | |
parent | fb9a280dba96dc8209c1a0f4229faa7e79434e29 (diff) |
multimedia/tomahawk: Added (A new kind of music player).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'multimedia/tomahawk/doinst.sh')
-rw-r--r-- | multimedia/tomahawk/doinst.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/multimedia/tomahawk/doinst.sh b/multimedia/tomahawk/doinst.sh new file mode 100644 index 0000000000000..3e5691a052b5b --- /dev/null +++ b/multimedia/tomahawk/doinst.sh @@ -0,0 +1,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 |