summaryrefslogtreecommitdiff
path: root/security/cyrus-sasl2/INSTALL
blob: 77d710d3885c8d00871fbfc7dafd3fadaf9ed981 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# $NetBSD: INSTALL,v 1.1.1.1 2002/10/27 15:08:59 chris Exp $

case ${STAGE} in
POST-INSTALL)
	#
	# Create the default search location for SASL authentication
	# mechanism libraries.
	#
	${RM} -f /usr/lib/sasl2
	${LN} -s ${PKG_PREFIX}/lib/sasl2 /usr/lib/sasl2
	;;
esac