commit: d810769edc28621d5309cc24b6dcb1ec22152752 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org> AuthorDate: Mon Sep 7 12:30:25 2020 +0000 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org> CommitDate: Mon Sep 7 12:31:42 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d810769e
app-crypt/gnupg: remove postinst Everything can be found in the documentation now Closes: https://bugs.gentoo.org/740402 Package-Manager: Portage-3.0.4, Repoman-2.3.23 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org> app-crypt/gnupg/gnupg-2.2.20-r1.ebuild | 6 ------ app-crypt/gnupg/gnupg-2.2.23.ebuild | 6 ------ 2 files changed, 12 deletions(-) diff --git a/app-crypt/gnupg/gnupg-2.2.20-r1.ebuild b/app-crypt/gnupg/gnupg-2.2.20-r1.ebuild index 248abe46da5..a043aa8cc78 100644 --- a/app-crypt/gnupg/gnupg-2.2.20-r1.ebuild +++ b/app-crypt/gnupg/gnupg-2.2.20-r1.ebuild @@ -157,9 +157,3 @@ src_install() { systemd_douserunit doc/examples/systemd-user/*.{service,socket} } - -pkg_postinst() { - elog "See https://wiki.gentoo.org/wiki/GnuPG for documentation on gnupg" - elog - elog "If you wish to use 'gpg-wks-client --send', you must install an MTA!" -} diff --git a/app-crypt/gnupg/gnupg-2.2.23.ebuild b/app-crypt/gnupg/gnupg-2.2.23.ebuild index 10dd1e9eb42..f92302d2fa9 100644 --- a/app-crypt/gnupg/gnupg-2.2.23.ebuild +++ b/app-crypt/gnupg/gnupg-2.2.23.ebuild @@ -156,9 +156,3 @@ src_install() { systemd_douserunit doc/examples/systemd-user/*.{service,socket} } - -pkg_postinst() { - elog "See https://wiki.gentoo.org/wiki/GnuPG for documentation on gnupg" - elog - elog "If you wish to use 'gpg-wks-client --send', you must install an MTA!" -}
