updated on Wed Jan 25 08:34:36 UTC 2012
[aur-mirror.git] / ndiswrapper-ice / ndiswrapper.install
blob00896ebd2c1ba143e876d788628f6d25c79f3215
1 post_install() {
2   ndiswrapper -m
3   KERNEL_VERSION='2.6.25-ice'
4   depmod -ae -v $KERNEL_VERSION > /dev/null 2>&1 
5   /bin/true
8 post_upgrade() {
9   ndiswrapper -m
10   KERNEL_VERSION='2.6.25-ice'
11   depmod -ae -v $KERNEL_VERSION > /dev/null 2>&1 
12   /bin/true
15 pre_remove() {
16   /bin/true
19 post_remove() {
20   KERNEL_VERSION='2.6.25-ice'
21   depmod -ae -v $KERNEL_VERSION > /dev/null 2>&1
22   /bin/true
25 op=$1
26 shift
28 $op $*