summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Dupeyron <calchan@gentoo.org>2017-11-16 18:45:44 +0000
committerDenis Dupeyron <calchan@gentoo.org>2017-11-16 18:45:44 +0000
commit7ceed8d7517d8ee15c98e51ca5c99e96e92cbaa8 (patch)
treedf0034763832357a900e732244d32563e7792bf2 /media-sound/xfmpc
parentdev-db/mariadb-10.1.29-r0: alpha stable (diff)
downloadgentoo-7ceed8d7517d8ee15c98e51ca5c99e96e92cbaa8.tar.gz
gentoo-7ceed8d7517d8ee15c98e51ca5c99e96e92cbaa8.tar.bz2
gentoo-7ceed8d7517d8ee15c98e51ca5c99e96e92cbaa8.zip
media-sound/xfmpc: remove useless xdg_desktop_database_update in 0.2.3-r1
Package-Manager: Portage-2.3.14, Repoman-2.3.6
Diffstat (limited to 'media-sound/xfmpc')
-rw-r--r--media-sound/xfmpc/xfmpc-0.2.3-r1.ebuild4
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
}