sys-libs/nss-tls: fix postinst phase

Package-Manager: Portage-3.0.2, Repoman-2.3.23
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
This commit is contained in:
Andrew Ammerlaan
2020-08-14 17:37:28 +02:00
parent f8ae5a6059
commit 6536807d42
2 changed files with 2 additions and 2 deletions

View File

@@ -52,7 +52,7 @@ src_install() {
meson_src_install
}
post_install() {
pkg_postinst() {
ewarn "Do Not put ip address of the server in nss-tls.conf"
ewarn "use the dns name and add record of dns server in /etc/hosts"
ewarn "echo "8.8.8.8 dns.google" >> /etc/hosts"

View File

@@ -55,7 +55,7 @@ src_install() {
meson_src_install
}
post_install() {
pkg_postinst() {
ewarn "Do Not put ip address of the server in nss-tls.conf"
ewarn "use the dns name and add record of dns server in /etc/hosts"
ewarn "echo "8.8.8.8 dns.google" >> /etc/hosts"