repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Sat Jan 21 04:00:54 UTC 2012
[aur-mirror.git]
/
ndiswrapper-rt
/
ndiswrapper-rt.install
blob
e52b0da73624b099f30aa0e5fc0958b35fbd4661
1
post_install() {
2
ndiswrapper -m
3
KERNEL_VERSION='2.6.26-rt'
4
depmod -ae -v $KERNEL_VERSION > /dev/null 2>&1
5
}
6
7
post_upgrade() {
8
ndiswrapper -m
9
KERNEL_VERSION='2.6.26-rt'
10
depmod -ae -v $KERNEL_VERSION > /dev/null 2>&1
11
}
12
13
post_remove() {
14
KERNEL_VERSION='2.6.26-rt'
15
depmod -ae -v $KERNEL_VERSION > /dev/null 2>&1
16
}
17
18
op=$1
19
shift
20
21
$op $*