mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
9 lines
211 B
Plaintext
9 lines
211 B
Plaintext
# $NetBSD: INSTALL,v 1.2 2013/02/17 16:15:42 fhajny Exp $
|
|
|
|
case ${STAGE} in
|
|
POST-INSTALL)
|
|
${LN} -sf @PKG_SYSCONFDIR@ @CFENGINE_DIR@/inputs
|
|
${LN} -sf @PREFIX@/sbin @CFENGINE_DIR@/bin
|
|
@PREFIX@/sbin/cf-key
|
|
esac
|