Skip to content

Commit

Permalink
media-sound/spotify: switched to xdg-utils
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.14, Repoman-2.3.6
  • Loading branch information
prometheanfire committed Dec 15, 2017
1 parent 4858b44 commit 44be1b3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions media-sound/spotify/spotify-1.0.69.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2

EAPI=6
inherit eutils fdo-mime gnome2-utils pax-utils unpacker
inherit eutils xdg-utils gnome2-utils pax-utils unpacker

DESCRIPTION="Spotify is a social music platform"
HOMEPAGE="https://www.spotify.com/ch-de/download/previews/"
Expand Down Expand Up @@ -97,8 +97,8 @@ pkg_preinst() {

pkg_postinst() {
gnome2_icon_cache_update
fdo-mime_mime_database_update
fdo-mime_desktop_database_update
xdg_mimeinfo_database_update
xdg_desktop_database_update

ewarn "If Spotify crashes after an upgrade its cache may be corrupt."
ewarn "To remove the cache:"
Expand All @@ -112,6 +112,6 @@ pkg_postinst() {

pkg_postrm() {
gnome2_icon_cache_update
fdo-mime_mime_database_update
fdo-mime_desktop_database_update
xdg_mimeinfo_database_update
xdg_desktop_database_update
}

0 comments on commit 44be1b3

Please sign in to comment.