summaryrefslogtreecommitdiffstats
path: root/multimedia/spotify/doinst.sh
diff options
context:
space:
mode:
author Minime <i_am_minime_2003@hotmail.com>2012-12-30 14:40:19 -0500
committer dsomero <xgizzmo@slackbuilds.org>2012-12-30 14:42:09 -0500
commit3d4a8072ee24b1a77a08adf552c5bda26b9804cc (patch)
treee1cab6ae2521672864e2283594abdc863cee83da /multimedia/spotify/doinst.sh
parentf820b00ab5b68d0acc0ab04caa8a7be37bdde80a (diff)
downloadslackbuilds-3d4a8072ee24b1a77a08adf552c5bda26b9804cc.tar.gz
slackbuilds-3d4a8072ee24b1a77a08adf552c5bda26b9804cc.tar.xz
multimedia/spotify: Added (digital music service)
This is a repackaged .deb file and I had to make some symlinks and a wrapper just to get it to work. It runs to the point of login but I can not test it past that. Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'multimedia/spotify/doinst.sh')
-rw-r--r--multimedia/spotify/doinst.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/multimedia/spotify/doinst.sh b/multimedia/spotify/doinst.sh
new file mode 100644
index 0000000000..5fb28930db
--- /dev/null
+++ b/multimedia/spotify/doinst.sh
@@ -0,0 +1,3 @@
+if [ -x /usr/bin/update-desktop-database ]; then
+ /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
+fi