pkgsrc/security/cyrus-sasl/INSTALL

13 lines
260 B
Text
Raw Normal View History

# $NetBSD: INSTALL,v 1.3 2002/01/31 20:42:08 jlam Exp $
case ${STAGE} in
POST-INSTALL)
#
# Create the default search location for SASL authentication
# mechanism libraries.
#
${RM} -f /usr/lib/sasl
${LN} -s ${PKG_PREFIX}/lib/sasl /usr/lib/sasl
;;
esac