summaryrefslogtreecommitdiff
path: root/community/hostapd/hostapd.install
blob: d838c6a474b0806459554372d682d3dcf7465b8f (plain)
1
2
3
4
5
6
7
post_install() {
  echo "> More info: https://wiki.archlinux.org/index.php/Software_Access_Point"
}

post_upgrade() {
  post_install
}