summaryrefslogtreecommitdiff
path: root/mail/postfix/INSTALL
blob: c67626ec28f64559892a04582818a6ce69cc3a58 (plain)
1
2
3
4
5
6
7
8
9
10
11
# $NetBSD: INSTALL,v 1.3 2004/07/19 02:33:31 jlam Exp $
#

EXAMPLEDIR=@EXAMPLEDIR@

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