updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / ndiswrapper / ndiswrapper.install
blob738c81a7112d026c75895c185f428d1cd0640f05
1 post_install()
3   ndiswrapper -m
4   depmod -ae "$(uname -r)" > /dev/null 2>&1 
7 post_upgrade()
9   post_install
12 post_remove()
14   depmod -ae "$(uname -r)" > /dev/null 2>&1