pkgsrc/security/pam-ldap/INSTALL
fhajny a5a191ac1c This package is still useful on SunOS, as it provides more functionality
compared to the one shipped with the platform. Enable for SunOS, but disable
the INSTALL/DEINSTALL symlinks. Bump PKGREVISION.
2014-07-28 18:23:39 +00:00

9 lines
217 B
Text

# $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