diff options
author | 2021-08-13 12:42:47 +0200 | |
---|---|---|
committer | 2021-08-17 02:41:20 +0100 | |
commit | 7b8138b6093d4dc09f5131439c7f3b35175169c4 (patch) | |
tree | 9fdd39ffd2109a917b7b068e03442de7be236594 /mail-mta/netqmail | |
parent | qmail.eclass: remove needless keepdirs (diff) | |
download | gentoo-7b8138b6093d4dc09f5131439c7f3b35175169c4.tar.gz gentoo-7b8138b6093d4dc09f5131439c7f3b35175169c4.tar.bz2 gentoo-7b8138b6093d4dc09f5131439c7f3b35175169c4.zip |
qmail.eclass: retire qmail_tcprules_fixup()
This has been in all ebuilds since the move of the portage tree to git, so
everyone should have already moved the files.
Signed-off-by: Rolf Eike Beer <eike@sf-mail.de>
Closes: https://github.com/gentoo/gentoo/pull/21999
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'mail-mta/netqmail')
-rw-r--r-- | mail-mta/netqmail/netqmail-1.06-r14.ebuild | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/mail-mta/netqmail/netqmail-1.06-r14.ebuild b/mail-mta/netqmail/netqmail-1.06-r14.ebuild index aef1ed5b4dd2..e1f204048728 100644 --- a/mail-mta/netqmail/netqmail-1.06-r14.ebuild +++ b/mail-mta/netqmail/netqmail-1.06-r14.ebuild @@ -173,10 +173,6 @@ pkg_postinst() { elog } -pkg_preinst() { - qmail_tcprules_fixup -} - pkg_config() { # avoid some weird locale problems export LC_ALL=C |