summaryrefslogtreecommitdiffstats
path: root/audio/clementine/doinst.sh
diff options
context:
space:
mode:
author David Woodfall <info@davidwoodfall.co.uk>2010-03-26 13:40:28 +0100
committer Heinz Wiesinger <pprkut@slackbuilds.org>2010-05-13 14:46:31 +0200
commitd61b121b151f0148ec4adc37a0e8466ef8e28475 (patch)
tree8266c08e1d247f089c9ab0fade47b8e1491ebcda /audio/clementine/doinst.sh
parentf010c641bbd04debbf85cbc0b0bb2961167c28ad (diff)
downloadslackbuilds-d61b121b151f0148ec4adc37a0e8466ef8e28475.tar.gz
slackbuilds-d61b121b151f0148ec4adc37a0e8466ef8e28475.tar.xz
audio/clementine: Added.
Clementine is a port of Amarok 1.4, with some features rewritten to take advantage of Qt4.
Diffstat (limited to 'audio/clementine/doinst.sh')
-rw-r--r--audio/clementine/doinst.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/audio/clementine/doinst.sh b/audio/clementine/doinst.sh
new file mode 100644
index 0000000000..1f8ff67ded
--- /dev/null
+++ b/audio/clementine/doinst.sh
@@ -0,0 +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 [ -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
+