From 08c1b7e19324d3fe560cbce3cba1aca68c4e80ce Mon Sep 17 00:00:00 2001 From: Daniel Novomesky Date: Wed, 13 Jan 2021 13:15:44 +0100 Subject: [PATCH] media-libs/jpeg-xl: simplify live ebuild Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Daniel Novomesky --- 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 fc5a029637..be107c6d80 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 -}