freebsd-ports/japanese/mnews/pkg-install
SADA Kenji b4ad86ecc6 * Couldn't post news article.
* INSTALL time message was invalid (path of "default-domain").

Submitted by:	Maintainer in [ports-jp 9262]
2000-05-02 19:08:44 +00:00

5 lines
194 B
Bash

#!/bin/sh
if [ "$2" != "POST-INSTALL" ]; then exit 0; fi
echo "Don't forget to edit /usr/local/etc/mnews/default-domain and make sure"
echo "that it contains correct domain name for this host."