diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2020-09-07 15:30:25 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2020-09-07 15:31:42 +0300 |
commit | d810769edc28621d5309cc24b6dcb1ec22152752 (patch) | |
tree | 3d138f2121a9e91d75bfb1865806e5f157586388 /app-crypt | |
parent | dev-libs/stfl: clean old (diff) | |
download | gentoo-d810769edc28621d5309cc24b6dcb1ec22152752.tar.gz gentoo-d810769edc28621d5309cc24b6dcb1ec22152752.tar.bz2 gentoo-d810769edc28621d5309cc24b6dcb1ec22152752.zip |
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@gentoo.org>
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/gnupg/gnupg-2.2.20-r1.ebuild | 6 | ||||
-rw-r--r-- | app-crypt/gnupg/gnupg-2.2.23.ebuild | 6 |
2 files changed, 0 insertions, 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 248abe46da5e..a043aa8cc780 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 10dd1e9eb422..f92302d2fa9f 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!" -} |