updated on Sat Jan 14 12:12:45 UTC 2012
[aur-mirror.git] / madwifi-svn / madwifi-ng.install
blob05795b5aa7ca347725746f99666df453d53ab49c
1 # arg 1:  the new package version
2 post_install() {
3   KERNEL_VERSION='2.6.39-ARCH'
4   depmod -ae -v $KERNEL_VERSION  > /dev/null 2>&1                
7 # arg 1:  the new package version
8 # arg 2:  the old package version
9 post_upgrade() {
10   KERNEL_VERSION='2.6.39-ARCH'
11   depmod -ae -v $KERNEL_VERSION  > /dev/null 2>&1        
12   
15 # arg 1:  the old package version
16 post_remove() {
17   KERNEL_VERSION='2.6.39-ARCH'
18   depmod -ae -v $KERNEL_VERSION  > /dev/null 2>&1        
21 op=$1
22 shift
23 $op $*