summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2020-09-07 15:30:25 +0300
committerMikle Kolyada <zlogene@gentoo.org>2020-09-07 15:31:42 +0300
commitd810769edc28621d5309cc24b6dcb1ec22152752 (patch)
tree3d138f2121a9e91d75bfb1865806e5f157586388 /app-crypt/gnupg/gnupg-2.2.20-r1.ebuild
parentdev-libs/stfl: clean old (diff)
downloadgentoo-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/gnupg/gnupg-2.2.20-r1.ebuild')
-rw-r--r--app-crypt/gnupg/gnupg-2.2.20-r1.ebuild6
1 files changed, 0 insertions, 6 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!"
-}