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 Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git]
/
ndiswrapper-zen
/
ndiswrapper.install
blob
92d0b4a4e7873f124ebb83a9f8a0259e85da9e26
1
post_install() {
2
ndiswrapper -m
3
KERNEL_VERSION='2.6.25-zen'
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.25-zen'
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.25-zen'
21
depmod -ae -v $KERNEL_VERSION > /dev/null 2>&1
22
/bin/true
23
}
24
25
op=$1
26
shift
27
28
$op $*