pkgsrc/mail/postfix/INSTALL
grant 3cc9066938 run postfix's post-install with "command_directory=prefix/sbin"
argument so it can find postconf.

bump PKGREVISION.
2004-03-05 13:54:32 +00:00

11 lines
241 B
Text

# $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