summaryrefslogtreecommitdiff
path: root/security/pam-ldap/DEINSTALL
blob: ce46738ea8af3c95ce41ee94b129ab05851a6088 (plain)
1
2
3
4
5
6
7
8
9
# $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