updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / compat-wireless / compat-wireless.install
blobe36d3420aa4114d8b6792d8f6d9d82acc550da5e
1 post_install() {
2   /usr/lib/compat-wireless/check_depmod
3   /sbin/depmod
4   echo
5   /usr/sbin/athenable ath5k
6   /usr/sbin/iwl-enable iwlagn
7   echo 
8   echo Madwifi has been disabled, when present.If you
9   echo would like to enable MadWifi at a later time 
10   echo and disable ath5k you can run: 
11   echo
12   echo sudo athload madwifi
13   echo
14   echo To use the new modules, unload your old wireless 
15   echo modules first and load them again, or simply reboot. 
16   echo 
17   echo Make sure to have read the full documentation under
18   echo http://wireless.kernel.org/en/users/Download
19   echo
22 post_upgrade() {
23   /usr/lib/compat-wireless/check_depmod
24   /sbin/depmod
25   echo
26   /usr/sbin/athenable ath5k
27   /usr/sbin/iwl-enable iwlagn
28   echo 
29   echo Madwifi has been disabled, when present.If you
30   echo would like to enable MadWifi at a later time
31   echo and disable ath5k you can run:
32   echo
33   echo sudo athload madwifi
34   echo
35   echo To use the new modules, unload your old wireless 
36   echo modules first and load them again, or simply reboot. 
37   echo 
38   echo Make sure to have read the full documentation under
39   echo http://wireless.kernel.org/en/users/Download
40   echo
43 post_remove() {
44     /sbin/depmod