updated on Wed Jan 25 20:08:56 UTC 2012
[aur-mirror.git] / speedtch / speedtch.install
blob7fa8945b045bce5966369344ea1c7133fee16804
1 # This is a default template for a post-install scriptlet.  You can
2 # remove any functions you don't need (and this header).
4 # arg 1:  the new package version
5 pre_install() {
6   /bin/true
9 # arg 1:  the new package version
10 post_install() {
11   echo "=> Please ensure you have added the following modules"
12   echo "=> to MODULES in rc.conf:"
13   echo "=>      ppp_generic pppoatm slhc atm usbatm speedtch"
16 # arg 1:  the new package version
17 # arg 2:  the old package version
18 pre_upgrade() {
19   /bin/true
22 # arg 1:  the new package version
23 # arg 2:  the old package version
24 post_upgrade() {
25   /bin/true
28 # arg 1:  the old package version
29 pre_remove() {
30   /bin/true
33 # arg 1:  the old package version
34 post_remove() {
35   /bin/true
38 op=$1
39 shift
40 $op $*