#! /bin/sh # # $NetBSD: INSTALL,v 1.2 2002/06/20 19:28:25 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 venus-${file} ${PKG_PREFIX}/sbin/${file} fi done ;; esac