pkgsrc/mail/pymsgauth/INSTALL
schmonz 7177677442 Initial import of pymsgauth 2.1.0, a toolkit for automatically and
securely dealing with qsecretary confirmation notices.
2005-04-18 15:59:37 +00:00

12 lines
185 B
Text

# $NetBSD: INSTALL,v 1.1.1.1 2005/04/18 15:59:38 schmonz Exp $
SHAREDIR=@SHAREDIR@
case ${STAGE} in
POST-INSTALL)
cd ${PREFIX}/bin
${LN} -s ../${SHAREDIR}/pymsgauth-* ./
;;
esac