summarylogtreecommitdiffstats
path: root/nuttcp.install
blob: adb56a0eb6daa782b8bda2f06d493f377a162848 (plain)
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: