mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
10 lines
175 B
Plaintext
10 lines
175 B
Plaintext
#!/bin/sh
|
|
#
|
|
# $NetBSD: INSTALL,v 1.2 2006/06/15 20:40:16 jlam Exp $
|
|
|
|
case ${STAGE} in
|
|
POST-INSTALL)
|
|
${LN} -s ${PKG_PREFIX}/share/apsfilter ${PKG_SYSCONFDIR}/basedir
|
|
;;
|
|
esac
|