pkgsrc/security/pam-ldap/DEINSTALL
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
185 B
Text

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