# $NetBSD: INSTALL,v 1.2 2005/03/15 15:58:52 wennmach Exp $

case ${STAGE} in
POST-INSTALL)
	if [ ! -f /sbin/mount_nnpfs ]; then
		${ECHO} "Creating /sbin/mount_nnpfs"
		${LN} -s ${PKG_PREFIX}/sbin/mount_nnpfs /sbin/mount_nnpfs
	fi
	if [ "${PKG_SYSCONFDIR}" != "${PKG_PREFIX}/etc" ]; then
		if [ -f ${PREFIX}/etc/arla.conf ]; then
			${CAT} << EOF
===========================================================================
                         ========================
                         === IMPORTANT NOTICE ===
                         ========================

     The default location of the arla configuration files has changed.
     Please move them from ${PKG_PREFIX}/etc to /etc.
===========================================================================
EOF
		fi
	fi
	;;
esac