diff options
author | Craig Andrews <candrews@gentoo.org> | 2019-09-03 10:23:52 -0400 |
---|---|---|
committer | Craig Andrews <candrews@gentoo.org> | 2019-09-03 10:24:10 -0400 |
commit | de41e97295522c8fa38ba06772dfe7a0c791cc57 (patch) | |
tree | b328cc8bf3371984be0486847a3730647efd860d | |
parent | dev-python/rply: Bump to 0.7.7 (diff) | |
download | gentoo-de41e97295522c8fa38ba06772dfe7a0c791cc57.tar.gz gentoo-de41e97295522c8fa38ba06772dfe7a0c791cc57.tar.bz2 gentoo-de41e97295522c8fa38ba06772dfe7a0c791cc57.zip |
media-tv/kodi: Fix eclass usage for EAPI 7
Package-Manager: Portage-2.3.75, Repoman-2.3.17
Signed-off-by: Craig Andrews <candrews@gentoo.org>
-rw-r--r-- | media-tv/kodi/kodi-9999.ebuild | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/media-tv/kodi/kodi-9999.ebuild b/media-tv/kodi/kodi-9999.ebuild index 6968cfb98ae9..7b1e04a6bf24 100644 --- a/media-tv/kodi/kodi-9999.ebuild +++ b/media-tv/kodi/kodi-9999.ebuild @@ -31,7 +31,7 @@ else S=${WORKDIR}/xbmc-${MY_PV}-${CODENAME} fi -inherit autotools cmake-utils eutils gnome2-utils linux-info pax-utils python-single-r1 xdg-utils +inherit autotools cmake-utils desktop linux-info pax-utils python-single-r1 xdg DESCRIPTION="A free and open source media-player and entertainment hub" HOMEPAGE="https://kodi.tv/ https://kodi.wiki/" @@ -314,13 +314,3 @@ src_install() { python_domodule tools/EventClients/lib/python/xbmcclient.py python_newscript "tools/EventClients/Clients/KodiSend/kodi-send.py" kodi-send } - -pkg_postinst() { - gnome2_icon_cache_update - xdg_desktop_database_update -} - -pkg_postrm() { - gnome2_icon_cache_update - xdg_desktop_database_update -} |