From b1f1e42e0e1b11cf54e0e6be116ca517f177c49f Mon Sep 17 00:00:00 2001 From: Bernard Cafarelli Date: Tue, 10 Dec 2019 22:33:11 +0100 Subject: media-video/orion: use xdg eclass Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Bernard Cafarelli --- media-video/orion/orion-1.6.6.ebuild | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'media-video') diff --git a/media-video/orion/orion-1.6.6.ebuild b/media-video/orion/orion-1.6.6.ebuild index 7fe4e32bd5c9..740953442c02 100644 --- a/media-video/orion/orion-1.6.6.ebuild +++ b/media-video/orion/orion-1.6.6.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit desktop qmake-utils xdg-utils +inherit desktop qmake-utils xdg DESCRIPTION="Cross-platform Twitch client" HOMEPAGE="https://alamminsalo.github.io/orion/" @@ -50,11 +50,3 @@ src_install() { insinto /usr/share/icons/hicolor/scalable/apps doins distfiles/${PN}.svg } - -pkg_postinst() { - xdg_icon_cache_update -} - -pkg_postrm() { - xdg_icon_cache_update -} -- cgit v1.2.3-65-gdbad