mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-21 18:48:05 -04:00
13 lines
185 B
Plaintext
13 lines
185 B
Plaintext
# $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
|