summarylogtreecommitdiffstats
path: root/pecl-database-mysql-git.install
diff options
context:
space:
mode:
Diffstat (limited to 'pecl-database-mysql-git.install')
-rw-r--r--pecl-database-mysql-git.install7
1 files changed, 7 insertions, 0 deletions
diff --git a/pecl-database-mysql-git.install b/pecl-database-mysql-git.install
new file mode 100644
index 000000000000..84274f793d72
--- /dev/null
+++ b/pecl-database-mysql-git.install
@@ -0,0 +1,7 @@
+post_install() {
+ echo "Remember to add 'extension=mysql.so' without the quotes to /etc/php/php.ini"
+}
+
+post_remove() {
+ echo "Remember to remove 'extension=mysql.so' without the quotes from /etc/php/php.ini"
+}