a5a191ac1c
compared to the one shipped with the platform. Enable for SunOS, but disable the INSTALL/DEINSTALL symlinks. Bump PKGREVISION.
9 lines
185 B
Text
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
|