--- spotify-0.9.0.133.ebuild.orig 2013-06-10 20:21:20.609479480 +0930 +++ spotify-0.9.0.133.ebuild 2013-06-10 20:05:36.517433789 +0930 @@ -3,7 +3,7 @@ # $Header: /var/cvsroot/gentoo-x86/media-sound/spotify/spotify-0.9.0.133.ebuild,v 1.1 2013/05/03 02:50:39 prometheanfire Exp $ EAPI=4 -inherit eutils pax-utils unpacker +inherit eutils fdo-mime gnome2-utils pax-utils unpacker DESCRIPTION="Spotify is a social music platform" HOMEPAGE="https://www.spotify.com/ch-de/download/previews/" @@ -143,8 +143,22 @@ ${ED}/usr/bin/spotify } +pkg_preinst() { + gnome2_icon_savelist +} + pkg_postinst() { + gnome2_icon_cache_update + fdo-mime_mime_database_update + fdo-mime_desktop_database_update + ewarn "If Spotify crashes after an upgrade its cache may be corrupt." ewarn "To remove the cache:" ewarn "rm -rf ~/.cache/spotify" } + +pkg_postrm() { + gnome2_icon_cache_update + fdo-mime_mime_database_update + fdo-mime_desktop_database_update +}