a3a490535f
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.
12 lines
260 B
Text
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
|