summaryrefslogtreecommitdiff
path: root/community-testing/php-memcache/php-memcache.install
diff options
context:
space:
mode:
Diffstat (limited to 'community-testing/php-memcache/php-memcache.install')
-rw-r--r--community-testing/php-memcache/php-memcache.install10
1 files changed, 0 insertions, 10 deletions
diff --git a/community-testing/php-memcache/php-memcache.install b/community-testing/php-memcache/php-memcache.install
deleted file mode 100644
index fa56baf81..000000000
--- a/community-testing/php-memcache/php-memcache.install
+++ /dev/null
@@ -1,10 +0,0 @@
-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.
- '
-}
-
-# vim:set ts=2 sw=2 et: