updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / broadcom-wl-ice / install
blobad7a45b1504150afc04d6b267f4266da6b678cc8
1 post_install() {
2   KERNEL_VERSION=$(uname -r)
3   depmod $KERNEL_VERSION
5   cat <<EOF
6 ==> If the modules do not load at boot, add in your /etc/rc.conf:
7 ==> MODULES=(lib80211 wl !b43 !ssb ...)
8 ==>
9 ==> If you have problems with interfaces swapped, read:
10 ==> http://wiki.archlinux.org/index.php/Broadcom_BCM4312#Interfaces_swapped_every_time
11 EOF
14 post_upgrade() {
15   post_install