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, 0 insertions, 7 deletions
diff --git a/pecl-database-mysql-git.install b/pecl-database-mysql-git.install
deleted file mode 100644
index 84274f793d72..000000000000
--- a/pecl-database-mysql-git.install
+++ /dev/null
@@ -1,7 +0,0 @@
-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"
-}