summarylogtreecommitdiffstats
path: root/php56-memcache.install
diff options
context:
space:
mode:
authorThore Boedecker2017-05-09 22:21:14 +0200
committerThore Boedecker2017-05-09 22:21:14 +0200
commit851cd549899af8cd4d6bdd8a618f841495374baa (patch)
treed45900eb532ef54c3b316a7c22e14ae9f9ffb12d /php56-memcache.install
parent234c5d2c2a8cf92ea67f5d43f233fef0e4284839 (diff)
downloadaur-851cd549899af8cd4d6bdd8a618f841495374baa.tar.gz
cleanup
Signed-off-by: Thore Boedecker <me@foxxx0.de>
Diffstat (limited to 'php56-memcache.install')
-rw-r--r--php56-memcache.install10
1 files changed, 0 insertions, 10 deletions
diff --git a/php56-memcache.install b/php56-memcache.install
deleted file mode 100644
index c15f6a3cb539..000000000000
--- a/php56-memcache.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: