summarylogtreecommitdiffstats
path: root/php-sha3.install
diff options
context:
space:
mode:
Diffstat (limited to 'php-sha3.install')
-rw-r--r--php-sha3.install8
1 files changed, 8 insertions, 0 deletions
diff --git a/php-sha3.install b/php-sha3.install
new file mode 100644
index 000000000000..f0b116f51a75
--- /dev/null
+++ b/php-sha3.install
@@ -0,0 +1,8 @@
+post_install() {
+ echo
+ echo "You may wish to uncomment/change the settings found in"
+ echo " /etc/php/conf.d/sha3.ini"
+}
+post_upgrade() {
+ post_install
+} \ No newline at end of file