commit: 7ceed8d7517d8ee15c98e51ca5c99e96e92cbaa8 Author: Denis Dupeyron <calchan <AT> gentoo <DOT> org> AuthorDate: Thu Nov 16 18:45:44 2017 +0000 Commit: Denis Dupeyron <calchan <AT> gentoo <DOT> org> CommitDate: Thu Nov 16 18:45:44 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ceed8d7
media-sound/xfmpc: remove useless xdg_desktop_database_update in 0.2.3-r1 Package-Manager: Portage-2.3.14, Repoman-2.3.6 media-sound/xfmpc/xfmpc-0.2.3-r1.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/media-sound/xfmpc/xfmpc-0.2.3-r1.ebuild b/media-sound/xfmpc/xfmpc-0.2.3-r1.ebuild index c19bd37ce40..d66820c1341 100644 --- a/media-sound/xfmpc/xfmpc-0.2.3-r1.ebuild +++ b/media-sound/xfmpc/xfmpc-0.2.3-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit gnome2-utils xdg-utils +inherit xdg-utils DESCRIPTION="Music Player Daemon (MPD) client for the Xfce desktop environment" HOMEPAGE="https://goodies.xfce.org/projects/applications/xfmpc" @@ -28,10 +28,8 @@ pkg_setup() { pkg_postinst() { xdg_desktop_database_update - gnome2_icon_cache_update } pkg_postrm() { xdg_desktop_database_update - gnome2_icon_cache_update }
