summaryrefslogtreecommitdiff
path: root/mail/postfix/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'mail/postfix/INSTALL')
-rw-r--r--mail/postfix/INSTALL11
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/postfix/INSTALL b/mail/postfix/INSTALL
new file mode 100644
index 00000000000..ac3be9f1cde
--- /dev/null
+++ b/mail/postfix/INSTALL
@@ -0,0 +1,11 @@
+# $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