diff options
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 |
commit | 3d4a8072ee24b1a77a08adf552c5bda26b9804cc (patch) | |
tree | e1cab6ae2521672864e2283594abdc863cee83da /multimedia/spotify/doinst.sh | |
parent | f820b00ab5b68d0acc0ab04caa8a7be37bdde80a (diff) | |
download | slackbuilds-3d4a8072ee24b1a77a08adf552c5bda26b9804cc.tar.gz |
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.sh | 3 |
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 |