blob: 7e355d5b0f6b381c843b73e5adbff1fd88cef659 (
plain) (
blame)
1
2
3
4
|
#!/bin/sh
if [ "$2" != "POST-INSTALL" ]; then exit 0; fi
echo "Don't forget to edit /usr/local/lib/mnews/default-domain and make sure"
echo "that it contains correct domain name for this host."
|