summaryrefslogtreecommitdiff
path: root/net/coda5_client/INSTALL
blob: 972f774385855a0011015f141996f910faaf8475 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#! /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