From 7ceed8d7517d8ee15c98e51ca5c99e96e92cbaa8 Mon Sep 17 00:00:00 2001 From: Denis Dupeyron Date: Thu, 16 Nov 2017 18:45:44 +0000 Subject: 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(-) (limited to 'media-sound/xfmpc') diff --git a/media-sound/xfmpc/xfmpc-0.2.3-r1.ebuild b/media-sound/xfmpc/xfmpc-0.2.3-r1.ebuild index c19bd37ce405..d66820c1341d 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 } -- cgit v1.2.3-65-gdbad