diff options
author | 2018-04-08 10:34:56 -0500 | |
---|---|---|
committer | 2018-04-20 21:44:42 +0200 | |
commit | 78416d4ef1815b3911ad605bf8241077e6341a84 (patch) | |
tree | eb55b2c881d4211a2d3fa351f806f9e501c29ba4 /media-sound/xnoise/xnoise-0.2.21.ebuild | |
parent | media-sound/quodlibet: fdo-mime->xdg-utils (diff) | |
download | gentoo-78416d4ef1815b3911ad605bf8241077e6341a84.tar.gz gentoo-78416d4ef1815b3911ad605bf8241077e6341a84.tar.bz2 gentoo-78416d4ef1815b3911ad605bf8241077e6341a84.zip |
media-sound/xnoise: fdo-mime->xdg-utils
Package-Manager: Portage-2.3.28, Repoman-2.3.9
Diffstat (limited to 'media-sound/xnoise/xnoise-0.2.21.ebuild')
-rw-r--r-- | media-sound/xnoise/xnoise-0.2.21.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/media-sound/xnoise/xnoise-0.2.21.ebuild b/media-sound/xnoise/xnoise-0.2.21.ebuild index f5abf7d7f05f..d5590f18edb4 100644 --- a/media-sound/xnoise/xnoise-0.2.21.ebuild +++ b/media-sound/xnoise/xnoise-0.2.21.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=4 -inherit fdo-mime gnome2-utils +inherit xdg-utils gnome2-utils DESCRIPTION="A media player for Gtk+ with a slick GUI, great speed and lots of features" @@ -63,11 +63,11 @@ pkg_preinst() { } pkg_postinst() { - fdo-mime_desktop_database_update + xdg_desktop_database_update gnome2_icon_cache_update } pkg_postrm() { - fdo-mime_desktop_database_update + xdg_desktop_database_update gnome2_icon_cache_update } |