repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Wed Jan 25 08:34:36 UTC 2012
[aur-mirror.git]
/
nuttcp
/
nuttcp.install
blob
bca2f9a9e84af3c4ad3b3871992360e38868a26d
1
post_install() {
2
cat <<EOF
3
Note, that manpage included can have a little outdated information.
4
The same goes for nuttcp -h output.
5
Please review top of the nuttcp-6.1.2.c file for detailed changelog.
6
EOF
7
8
}
9
10
post_upgrade() {
11
post_install "$@"
12
}
13
14
# vim:set ts=2 sw=2 et: