summarylogtreecommitdiffstats
path: root/mod_authnz_external.install
blob: 3149ee563cb30eb3a879a1d1134f957ed8041ba5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
post_install() {
  cat << EOM

--> Add the following line to the modules section of your apache config
       LoadModule authnz_external_module modules/mod_authnz_external.so
EOM
  /bin/true
}

post_upgrade() {
  post_install $i
}