summarylogtreecommitdiffstats
path: root/mod_authnz_external.install
diff options
context:
space:
mode:
Diffstat (limited to 'mod_authnz_external.install')
-rw-r--r--mod_authnz_external.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/mod_authnz_external.install b/mod_authnz_external.install
new file mode 100644
index 000000000000..3149ee563cb3
--- /dev/null
+++ b/mod_authnz_external.install
@@ -0,0 +1,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
+}