blob: d130e11713e4dc46b35b146829dde58281c2c55d (
plain) (
blame)
1
2
3
4
|
#!/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."
|