# $NetBSD: INSTALL,v 1.2 2023/11/29 15:18:21 schmonz Exp $

VARBASE=@VARBASE@
OPSYS=@OPSYS@

case "${STAGE}" in

POST-INSTALL)
	if [ ! -e /service ]; then
		if [ ${OPSYS} = "Darwin" ]; then
			${ECHO} "please create /etc/synthetic.conf entry 'service	${VARBASE}/service' (and reboot when ready)"
		else
			${LN} -s ${VARBASE}/service /service
		fi
	fi


	;;

esac
