summarylogtreecommitdiffstats
path: root/broadcom-wl-dkms.install
blob: c94de1ef003323053e837b0e280d8f0dca86578c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
post_install() {
  cat << EOF || return 1

To load the new module, run as root:

  rmmod b43 b43legacy ssb bcm43xx brcm80211 brcmfmac brcmsmac bcma wl
  modprobe wl

or just reboot the system.

EOF
}

post_upgrade() {
  post_install $1
}