updated on Tue Jan 10 12:02:00 UTC 2012
[aur-mirror.git] / compat-wireless-git-old / compat-wireless-git-old.install
blobc242f1b783de2b30a9e7e99c9e5c7582b077a55a
1 # arg 1:  the new package version
2 post_install()
4   KERNEL_VERSION='2.6.26-ARCH'
5   depmod -v $KERNEL_VERSION > /dev/null 2>&1 
8 # arg 1:  the new package version
9 # arg 2:  the old package version
10 post_upgrade()
12   KERNEL_VERSION='2.6.26-ARCH'
13   depmod -v $KERNEL_VERSION > /dev/null 2>&1 
16 # arg 1:  the old package version
17 post_remove()
19   KERNEL_VERSION='2.6.26-ARCH'
20   depmod -v $KERNEL_VERSION > /dev/null 2>&1      
23 op=$1
24 shift
26 $op $*