updated on Thu Jan 19 20:01:47 UTC 2012
[aur-mirror.git] / carl9170-driver / carl9170-driver.install
bloba758e78d27d520266638e2825dca7b6b3ddf851d
1 post_install() {
2   echo '>>> Rebuilding module dependencies...'
3   depmod -a
4   echo '>>> Done.'
5   echo
6   echo '>>> If you use a 2.6.x kernel,'
7   echo '>>> please blacklist arusb_lnx and ar9170usb'
8   echo '>>> in a .conf file in your modprobe.d dir.'
9   echo
10   echo '>>> IMPORTANT: To make sure you are using this'
11   echo '>>> version and not the in-kernel one, move'
12   echo '>>> the in-kernel out of the way. See this'
13   echo '>>> drivers AUR page for info on this.'
16 post_upgrade() {
17   echo '>>> Rebuilding module dependencies...'
18   depmod -a
19   echo '>>> Done.'
20   echo
21   echo '>>> IMPORTANT: To make sure you are using this'
22   echo '>>> version and not the in-kernel one, move'
23   echo '>>> the in-kernel out of the way. See this'
24   echo '>>> drivers AUR page for info on this.'
27 post_remove() {
28   echo '>>> Rebuilding module dependencies...'
29   depmod -a
30   echo '>>> Done.'