blob: 145927c517f55fe0fb2c45e0f556b1580705aef1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# $NetBSD: INSTALL,v 1.2 2004/07/02 08:03:04 martti 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
|