updated on Fri Jan 20 20:16:25 UTC 2012
[aur-mirror.git] / owamp / install.owamp
blob706f6beb0990e1fd484dac3a9a9e3a085521a5a7
1 # arg 1:  the new package version
2 pre_install() {
4   /bin/true
8 # arg 1:  the new package version
9 post_install() {
11   cat << EOF
13 NOTE
14 ----
16 You will need to create an owampd.conf file in /etc/owamp/ before you can run
17 owampd. See the owampd.conf(5) manual page and /etc/owamp/owampd.conf.sample
18 file for details. You may also want to create owampd.limits(5) and
19 owampd.pfs(5) files.
21 The "OWAMP Cookbook", an overview of the OWAMP tool and an owampd server
22 installation guide, is available under the LINKS section of the OWAMP web
23 page :
25    http://e2epi.internet2.edu/owamp/ 
27 EOF
29  /bin/true
33 # arg 1:  the new package version
34 # arg 2:  the old package version
35 pre_upgrade() {
37   /bin/true
41 # arg 1:  the new package version
42 # arg 2:  the old package version
43 post_upgrade() {
45   /bin/true
49 # arg 1:  the old package version
50 pre_remove() {
52   /bin/true
56 # arg 1:  the old package version
57 post_remove() {
59   /bin/true
63 op=$1
64 shift
65 $op $*