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 12 12:00:22 UTC 2012
[aur-mirror.git]
/
madwifi
/
madwifi-ng.install
blob
e1355b5bcd35842098d3a688d961d3aa8e351ad3
1
post_install()
2
{
3
KERNEL_VERSION='3.0-ARCH'
4
depmod -ae $KERNEL_VERSION > /dev/null 2>&1
5
}
6
7
post_upgrade()
8
{
9
KERNEL_VERSION='3.0-ARCH'
10
depmod -ae $KERNEL_VERSION > /dev/null 2>&1
11
}
12
13
post_remove()
14
{
15
KERNEL_VERSION='3.0-ARCH'
16
depmod -ae $KERNEL_VERSION > /dev/null 2>&1
17
}
18