updated on Wed Jan 25 08:34:36 UTC 2012
[aur-mirror.git] / ndiswrapper-ck / ndiswrapper.install
blob778e8ccb2a0ec345746f00573619649484d397f1
1 post_install() {
2   ndiswrapper -m
3   KERNEL_VERSION='2.6.34-ck'
4   depmod -ae -v $KERNEL_VERSION > /dev/null 2>&1 
5   /bin/true
8 post_upgrade() {
9   ndiswrapper -m
10   KERNEL_VERSION='2.6.34-ck'
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.34-ck'
21   depmod -ae -v $KERNEL_VERSION > /dev/null 2>&1
22   /bin/true
25 op=$1
26 shift
28 $op $*