ports/net/nncp/files/pkg-install.in
Yuri Victorovich 04c43d10af New port: net/nncp: Utilities for secure store-and-forward files and mail exchanging
More information is here: http://www.nncpgo.org/

PR:		215973
Submitted by:	Sergey Matveev <stargrave@stargrave.org>
Approved by:	tcberner (mentor), mat
Differential Revision:	https://reviews.freebsd.org/D13700
2018-01-29 16:17:45 +00:00

5 lines
104 B
Bash

#!/bin/sh
[ "$2" = "POST-INSTALL" ] || exit 0
[ -e /var/spool/nncp ] || exec mkdir -p /var/spool/nncp