mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 01:38:07 -04:00
9 lines
172 B
Plaintext
9 lines
172 B
Plaintext
# $NetBSD: INSTALL,v 1.4 2006/06/15 20:40:16 jlam Exp $
|
|
|
|
case ${STAGE} in
|
|
POST-INSTALL)
|
|
${RM} -f @DOCDIR@/samples
|
|
${LN} -sf ../../examples/mutt @DOCDIR@/samples
|
|
;;
|
|
esac
|