updated on Sat Jan 21 04:00:54 UTC 2012
[aur-mirror.git] / ndiswrapper-rt / ndiswrapper-rt.install
blobe52b0da73624b099f30aa0e5fc0958b35fbd4661
1 post_install() {
2   ndiswrapper -m
3   KERNEL_VERSION='2.6.26-rt'
4   depmod -ae -v $KERNEL_VERSION > /dev/null 2>&1 
7 post_upgrade() {
8   ndiswrapper -m
9   KERNEL_VERSION='2.6.26-rt'
10   depmod -ae -v $KERNEL_VERSION > /dev/null 2>&1 
13 post_remove() {
14   KERNEL_VERSION='2.6.26-rt'
15   depmod -ae -v $KERNEL_VERSION > /dev/null 2>&1
18 op=$1
19 shift
21 $op $*