mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-20 09:58:24 -04:00
12 lines
391 B
Plaintext
12 lines
391 B
Plaintext
# $NetBSD: INSTALL,v 1.1.1.1 2002/09/23 13:08:52 markd Exp $
|
|
|
|
case ${STAGE} in
|
|
POST-INSTALL)
|
|
if test ! -f @PKG_SYSCONFDIR@/mimedefang-ip-key ; then
|
|
${PERL5} @SHAREDIR@/gen-ip-validator.pl > @PKG_SYSCONFDIR@/mimedefang-ip-key
|
|
fi
|
|
${CHOWN} @DEFANG_USER@ @PKG_SYSCONFDIR@/mimedefang-ip-key
|
|
${CHMOD} 600 @PKG_SYSCONFDIR@/mimedefang-ip-key
|
|
;;
|
|
esac
|