83877c7a60
as samples, either by the user or by bsd.pkg.install.mk. - Correctly handle configuration files, that is, avoid touching the conf directory directly. - Use OWN_DIRS to handle the spool directory. - Run post-install through an INSTALL script. - Sort PLIST after all these changes. - Bump PKGREVISION to 1.
11 lines
208 B
Text
11 lines
208 B
Text
# $NetBSD: INSTALL,v 1.1 2003/05/01 14:07:56 jmmv Exp $
|
|
#
|
|
|
|
SHAREDIR=@SHAREDIR@
|
|
|
|
case $STAGE in
|
|
POST-INSTALL)
|
|
echo "===> Running postfix's post-install script"
|
|
@SHAREDIR@/post-install first-install
|
|
;;
|
|
esac
|