diff options
Diffstat (limited to 'app-admin/authconfig/authconfig-5.3.5.ebuild')
-rw-r--r-- | app-admin/authconfig/authconfig-5.3.5.ebuild | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/app-admin/authconfig/authconfig-5.3.5.ebuild b/app-admin/authconfig/authconfig-5.3.5.ebuild index f251a7b..9839cc6 100644 --- a/app-admin/authconfig/authconfig-5.3.5.ebuild +++ b/app-admin/authconfig/authconfig-5.3.5.ebuild @@ -40,3 +40,10 @@ src_install() { fperms 644 /etc/pam.d/${PN} } + +pkg_postinst() { + elog "To activate options in the User Information tab," + elog "install the nss_XXX package or another provider of the nss module." + elog "To activate options in the Authentication tab," + elog "install the pam_XXX package or another provider of the pam module." +} |