summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <mthode@mthode.org>2013-01-07 21:42:23 -0600
committerMatthew Thode <mthode@mthode.org>2013-01-07 21:42:23 -0600
commitafedc259bbc703532e3536ef1ec638cc08d9723a (patch)
tree0887b7b647188cb2cf89b43d54e1db5e19fe7526 /media-sound/spotify/spotify-0.8.8.323.ebuild
parentshould commit (diff)
downloadprometheanfire-afedc259bbc703532e3536ef1ec638cc08d9723a.tar.gz
prometheanfire-afedc259bbc703532e3536ef1ec638cc08d9723a.tar.bz2
prometheanfire-afedc259bbc703532e3536ef1ec638cc08d9723a.zip
should be final for spotify-0.8.8.323
Diffstat (limited to 'media-sound/spotify/spotify-0.8.8.323.ebuild')
-rw-r--r--media-sound/spotify/spotify-0.8.8.323.ebuild7
1 files changed, 7 insertions, 0 deletions
diff --git a/media-sound/spotify/spotify-0.8.8.323.ebuild b/media-sound/spotify/spotify-0.8.8.323.ebuild
index 8e244c6..c19e1c6 100644
--- a/media-sound/spotify/spotify-0.8.8.323.ebuild
+++ b/media-sound/spotify/spotify-0.8.8.323.ebuild
@@ -134,7 +134,14 @@ src_install() {
}
pkg_postinst() {
+ #register icons and stuff
+ sh /opt/spotify/spotify-client/register.sh
ewarn "If Spotify crashes after an upgrade its cache may be corrupt."
ewarn "To remove the cache:"
ewarn "rm -rf ~/.cache/spotify"
}
+
+pkg_prerm() {
+ #unregister icons and stuff
+ sh /opt/spotify/spotify-client/unregister.sh
+}