pkgsrc/security/cyrus-sasl/INSTALL
jlam a3a490535f * Create the link /usr/lib/sasl -> ${PREFIX}/lib/sasl as it's where SASL-
aware applications look for authentication mechanisms by default.
* Warn package admin if ${PREFIX}/lib/sasl is non-empty after
  deinstallation, as it may contain service config files.
* Purge use of PKGDIR.
2002-01-31 20:42:08 +00:00

12 lines
260 B
Text

# $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