From 8f2420471e7e6626d03988c3ec63f19822272664 Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Sat, 17 Apr 2021 04:19:41 +0200 Subject: [PATCH] app-crypt/tomb: remove unneeded phases Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Alessandro Barbieri --- app-crypt/tomb/tomb-2.9-r3.ebuild | 8 -------- 1 file changed, 8 deletions(-) diff --git a/app-crypt/tomb/tomb-2.9-r3.ebuild b/app-crypt/tomb/tomb-2.9-r3.ebuild index 5dd083f3d2..db6fb64453 100644 --- a/app-crypt/tomb/tomb-2.9-r3.ebuild +++ b/app-crypt/tomb/tomb-2.9-r3.ebuild @@ -154,11 +154,3 @@ src_test() { pushd extras/kdf-keys || die emake test } - -pkg_postinst() { - xdg_pkg_postinst -} - -pkg_postrm() { - xdg_pkg_postrm -}