summarylogtreecommitdiffstats
path: root/phoronix-test-suite-git.install
diff options
context:
space:
mode:
Diffstat (limited to 'phoronix-test-suite-git.install')
-rw-r--r--phoronix-test-suite-git.install9
1 files changed, 0 insertions, 9 deletions
diff --git a/phoronix-test-suite-git.install b/phoronix-test-suite-git.install
deleted file mode 100644
index 3fbe65ebd7a5..000000000000
--- a/phoronix-test-suite-git.install
+++ /dev/null
@@ -1,9 +0,0 @@
-post_install() {
- echo ">>>"
- echo ">>> To complete the installation you should edit /etc/php/php.ini"
- echo ">>> - Enable zip.so, sockets.so"
- echo ">>>"
- echo ">>> EXAMPLE:"
- echo ">>> extension=zip.so"
- echo ">>> extension=sockets.so"
-}