updated on Tue Jan 10 08:08:34 UTC 2012
[aur-mirror.git] / ndiswrapper-fbcondecor / ndiswrapper.install
blob82e1a47cac05e62b4f31b5ab2d41dc0c56ae8c78
1 # arg 1:  the new package version
2 post_install()
4   ndiswrapper -m
5   KERNEL_VERSION='2.6.29-fbcondecor'
6   depmod -ae -v $KERNEL_VERSION > /dev/null 2>&1 
9 # arg 1:  the new package version
10 # arg 2:  the old package version
11 post_upgrade()
13   ndiswrapper -m
14   KERNEL_VERSION='2.6.29-fbcondecor'
15   depmod -ae -v $KERNEL_VERSION > /dev/null 2>&1 
18 # arg 1:  the old package version
19 post_remove()
21   KERNEL_VERSION='2.6.29-fbcondecor'
22   depmod -ae -v $KERNEL_VERSION > /dev/null 2>&1
25 op=$1
26 shift
28 $op $*