3cc9066938
argument so it can find postconf. bump PKGREVISION.
11 lines
241 B
Text
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
|