commit:     08c1b7e19324d3fe560cbce3cba1aca68c4e80ce
Author:     Daniel Novomesky <dnovomesky <AT> gmail <DOT> com>
AuthorDate: Wed Jan 13 12:15:44 2021 +0000
Commit:     Daniel Novomesky <dnovomesky <AT> gmail <DOT> com>
CommitDate: Wed Jan 13 12:15:44 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=08c1b7e1

media-libs/jpeg-xl: simplify live ebuild

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Daniel Novomesky <dnovomesky <AT> gmail.com>

 media-libs/jpeg-xl/jpeg-xl-9999.ebuild | 10 +---------
 1 file changed, 1 insertion(+), 9 deletions(-)

diff --git a/media-libs/jpeg-xl/jpeg-xl-9999.ebuild 
b/media-libs/jpeg-xl/jpeg-xl-9999.ebuild
index fc5a0296..be107c6d 100644
--- a/media-libs/jpeg-xl/jpeg-xl-9999.ebuild
+++ b/media-libs/jpeg-xl/jpeg-xl-9999.ebuild
@@ -3,7 +3,7 @@
 
 EAPI="7"
 
-inherit cmake git-r3
+inherit xdg cmake git-r3
 
 DESCRIPTION="JPEG XL Reference Software"
 HOMEPAGE="https://gitlab.com/wg1/jpeg-xl/";
@@ -48,11 +48,3 @@ src_configure() {
 
        cmake_src_configure
 }
-
-pkg_postinst() {
-       xdg_mimeinfo_database_update
-}
-
-pkg_postrm() {
-       xdg_mimeinfo_database_update
-}

Reply via email to