diff options
author | Matthew Thode <mthode@mthode.org> | 2013-01-07 21:42:23 -0600 |
---|---|---|
committer | Matthew Thode <mthode@mthode.org> | 2013-01-07 21:42:23 -0600 |
commit | afedc259bbc703532e3536ef1ec638cc08d9723a (patch) | |
tree | 0887b7b647188cb2cf89b43d54e1db5e19fe7526 /media-sound/spotify/spotify-0.8.8.323.ebuild | |
parent | should commit (diff) | |
download | prometheanfire-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.ebuild | 7 |
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 +} |