media-video/orion: use xdg eclass
authorBernard Cafarelli <voyageur@gentoo.org>
Tue, 10 Dec 2019 21:33:11 +0000 (22:33 +0100)
committerBernard Cafarelli <voyageur@gentoo.org>
Tue, 10 Dec 2019 21:34:56 +0000 (22:34 +0100)
Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
media-video/orion/orion-1.6.6.ebuild

index 7fe4e32bd5c99d548ce5623159537594e3215db2..740953442c02a8e5dc9616b3540a8492644465d9 100644 (file)
@@ -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
-}