blob: abec8e6d1550c4b6d005b7f439bf5354f68446b4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# $NetBSD: INSTALL,v 1.1.1.1 2004/03/06 15:04:12 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
|