mirror of
https://git.freebsd.org/ports.git
synced 2025-06-10 15:20:32 -04:00
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
5 lines
104 B
Bash
5 lines
104 B
Bash
#!/bin/sh
|
|
|
|
[ "$2" = "POST-INSTALL" ] || exit 0
|
|
|
|
[ -e /var/spool/nncp ] || exec mkdir -p /var/spool/nncp
|