summarylogtreecommitdiffstats
path: root/php56-geoip.install
diff options
context:
space:
mode:
Diffstat (limited to 'php56-geoip.install')
-rw-r--r--php56-geoip.install10
1 files changed, 0 insertions, 10 deletions
diff --git a/php56-geoip.install b/php56-geoip.install
deleted file mode 100644
index c15f6a3cb539..000000000000
--- a/php56-geoip.install
+++ /dev/null
@@ -1,10 +0,0 @@
-post_install() {
- echo '
- ==> PHP extension
-
- A config file was stored under /etc/php56/conf.d/. In order to use this
- extension make sure to uncomment it from its config file.
- '
-}
-
-# vim:set ts=2 sw=2 et: