updated on Thu Jan 19 04:14:35 UTC 2012
[aur-mirror.git] / ndiswrapper-lts / ndiswrapper.install
blob23a482c0229c124ffa9f37e63364a6e6115c3108
1 # arg 1:  the new package version
2 post_install()
4   ndiswrapper -m
5   KERNEL_VERSION='2.6.32-lts'
6   depmod -ae $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.32-lts'
15   depmod -ae $KERNEL_VERSION > /dev/null 2>&1 
18 # arg 1:  the old package version
19 post_remove()
21   KERNEL_VERSION='2.6.32-lts'
22   depmod -ae $KERNEL_VERSION > /dev/null 2>&1