1 2 3 4 5 6 7 8 9 10 11 12 13 14
post_install() { cat <<EOF Note, that there is no manpage included anymore. The output of nuttcp -h may be out of date. Please review top of the nuttcp.c file for detailed changelog. EOF } post_upgrade() { post_install "$@" } # vim:set ts=2 sw=2 et: