fc0968fdc2
and remove it during deinstallation. This matches the behaviour of the "nss_pam" package and makes configuring NetBSD as an LDAP client easier. Bump package revision because of this fix.
7 lines
170 B
Text
7 lines
170 B
Text
# $NetBSD: INSTALL,v 1.1 2014/05/29 19:59:39 tron Exp $
|
|
|
|
case ${STAGE} in
|
|
POST-INSTALL)
|
|
ln -sf ${PREFIX}/lib/security/pam_ldap.so /usr/lib/security/pam_ldap.so
|
|
;;
|
|
esac
|