2016-01-21 23:40:00 +01:00

10 lines
217 B
Plaintext

# $NetBSD: INSTALL,v 1.2 2014/07/28 18:23:39 fhajny Exp $
case ${STAGE} in
POST-INSTALL)
if test "`uname -s`" != "SunOS"; then
ln -sf ${PREFIX}/lib/security/pam_ldap.so /usr/lib/security/pam_ldap.so
fi
;;
esac