#! /bin/sh
#
# $NetBSD: INSTALL,v 1.2 2002/06/20 19:28:35 jlam Exp $

case ${STAGE} in
POST-INSTALL)
	for file in au coda-setup-ports codaconfedit; do
		if [ ! -f ${PKG_PREFIX}/sbin/${file} ]; then
			${LN} -sf vice-${file} ${PKG_PREFIX}/sbin/${file}
		fi
	done
	;;
esac
