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 Mon Jan 23 12:00:23 UTC 2012
[aur-mirror.git]
/
madwifi-ice
/
madwifi-ng.install
blob
c97a1b4d86dac32a661da4942125914c3f365057
1
post_install() {
2
KERNEL_VERSION='2.6.37-ice'
3
depmod -ae $KERNEL_VERSION > /dev/null 2>&1
4
}
5
6
post_upgrade() {
7
KERNEL_VERSION='2.6.37-ice'
8
depmod -ae $KERNEL_VERSION > /dev/null 2>&1
9
}
10
11
post_remove() {
12
KERNEL_VERSION='2.6.37-ice'
13
depmod -ae $KERNEL_VERSION > /dev/null 2>&1
14
}