commit:     b1f1e42e0e1b11cf54e0e6be116ca517f177c49f
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 10 21:33:11 2019 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Tue Dec 10 21:34:56 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1f1e42e

media-video/orion: use xdg eclass

Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>

 media-video/orion/orion-1.6.6.ebuild | 10 +---------
 1 file changed, 1 insertion(+), 9 deletions(-)

diff --git a/media-video/orion/orion-1.6.6.ebuild 
b/media-video/orion/orion-1.6.6.ebuild
index 7fe4e32bd5c..740953442c0 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
-}

Reply via email to