Skip to content

Commit

Permalink
media-sound/exaile: fdo-mime->xdg-utils
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.28, Repoman-2.3.9
  • Loading branch information
hanetzer authored and SoapGentoo committed Apr 20, 2018
1 parent a2cba10 commit accc02d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions media-sound/exaile/exaile-3.4.5.ebuild
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Copyright 1999-2017 Gentoo Foundation
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=5

PYTHON_COMPAT=( python2_7 )
PYTHON_REQ_USE="sqlite"

inherit fdo-mime multilib python-r1
inherit multilib python-r1 xdg-utils

DESCRIPTION="a media player aiming to be similar to AmaroK, but for GTK+"
HOMEPAGE="http://www.exaile.org/"
Expand Down Expand Up @@ -54,11 +54,11 @@ src_install() {
}

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

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

0 comments on commit accc02d

Please sign in to comment.