updated on Thu Jan 12 04:00:44 UTC 2012
[aur-mirror.git] / dkms-madwifi / madwifi.install
blob6cedd99d2811e585829954ddeb8c777053a0a4fd
1 # arg 1:  the new package version
2 post_install()
4   /usr/sbin/dkms-arch install madwifi $1
5   /bin/true
8 # arg 1:  the new package version
9 # arg 2:  the old package version
10 pre_upgrade()
12   /usr/sbin/dkms-arch remove madwifi $2
13   /bin/true
16 # arg 1:  the new package version
17 # arg 2:  the old package version
18 post_upgrade()
20   /usr/sbin/dkms-arch install madwifi $1
21   /bin/true
24 # arg 1:  the old package version
25 pre_remove()
27   /usr/sbin/dkms-arch remove madwifi $1
28   /bin/true
31 op=$1
32 shift
34 $op $*