diff options
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/xfmpc/xfmpc-0.2.3-r1.ebuild | 4 |
1 files changed, 1 insertions, 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 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 } |