summaryrefslogtreecommitdiff
path: root/mail/postfix/INSTALL
blob: 3f7ade5404cc5f5ee18edcf407aef4d37be3bd14 (plain)
1
2
3
4
5
6
7
8
9
10
11
# $NetBSD: INSTALL,v 1.2 2004/03/05 13:54:32 grant Exp $
#

SHAREDIR=@SHAREDIR@

case $STAGE in
POST-INSTALL)
	echo "===> Running postfix's post-install script"
	@SHAREDIR@/post-install command_directory=@PREFIX@/sbin first-install
	;;
esac