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
/
ndiswrapper.install
blob
738c81a7112d026c75895c185f428d1cd0640f05
1
post_install()
2
{
3
ndiswrapper -m
4
depmod -ae "$(uname -r)" > /dev/null 2>&1
5
}
6
7
post_upgrade()
8
{
9
post_install
10
}
11
12
post_remove()
13
{
14
depmod -ae "$(uname -r)" > /dev/null 2>&1
15
}