summarylogtreecommitdiffstats
path: root/http.install
diff options
context:
space:
mode:
Diffstat (limited to 'http.install')
-rw-r--r--http.install15
1 files changed, 15 insertions, 0 deletions
diff --git a/http.install b/http.install
new file mode 100644
index 000000000000..9cdb11d274ce
--- /dev/null
+++ b/http.install
@@ -0,0 +1,15 @@
+#!/bin/bash
+
+post_install() {
+ echo '
+ ==> PHP extension
+ A config file was stored under /etc/php/conf.d/. In order to use this
+ extension make sure to uncomment it from its config file.
+ '
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+