commit: 8f2420471e7e6626d03988c3ec63f19822272664
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sat Apr 17 02:19:41 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sat Apr 17 02:20:12 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8f242047
app-crypt/tomb: remove unneeded phases
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
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 5dd083f3d..db6fb6445 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
-}