mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
10 lines
217 B
Plaintext
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
|