media-sound/xfmpc: remove useless xdg_desktop_database_update in 0.2.3-r1
authorDenis Dupeyron <calchan@gentoo.org>
Thu, 16 Nov 2017 18:45:44 +0000 (18:45 +0000)
committerDenis Dupeyron <calchan@gentoo.org>
Thu, 16 Nov 2017 18:45:44 +0000 (18:45 +0000)
Package-Manager: Portage-2.3.14, Repoman-2.3.6

media-sound/xfmpc/xfmpc-0.2.3-r1.ebuild

index c19bd37ce4056e6861525abe7085e69985f61322..d66820c1341d253ee7a5e1cfaf44084aac052fde 100644 (file)
@@ -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
 }