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 Wed Jan 25 08:34:36 UTC 2012
[aur-mirror.git]
/
ndiswrapper-ck
/
ndiswrapper.install
blob
778e8ccb2a0ec345746f00573619649484d397f1
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
6
}
7
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
13
}
14
15
pre_remove() {
16
/bin/true
17
}
18
19
post_remove() {
20
KERNEL_VERSION='2.6.34-ck'
21
depmod -ae -v $KERNEL_VERSION > /dev/null 2>&1
22
/bin/true
23
}
24
25
op=$1
26
shift
27
28
$op $*