aboutsummaryrefslogtreecommitdiffstats
path: root/testing/phpmyadmin/phpmyadmin.post-install
diff options
context:
space:
mode:
authorMatt Smith <mcs@darkregion.net>2011-04-14 03:45:59 -0500
committerMatt Smith <mcs@darkregion.net>2011-04-14 03:45:59 -0500
commit3804cec5cbb186a283b6a941c3e3b95cba6dde33 (patch)
tree6cc7890413105163739041badf86f892b9425e75 /testing/phpmyadmin/phpmyadmin.post-install
parent2f80e3b0d7f5f97141be08ec22cbfc9e986da7c1 (diff)
downloadaports-3804cec5cbb186a283b6a941c3e3b95cba6dde33.tar.bz2
aports-3804cec5cbb186a283b6a941c3e3b95cba6dde33.tar.xz
main/phpmyadmin: moved from testing
Diffstat (limited to 'testing/phpmyadmin/phpmyadmin.post-install')
-rw-r--r--testing/phpmyadmin/phpmyadmin.post-install16
1 files changed, 0 insertions, 16 deletions
diff --git a/testing/phpmyadmin/phpmyadmin.post-install b/testing/phpmyadmin/phpmyadmin.post-install
deleted file mode 100644
index e3dbc3524a..0000000000
--- a/testing/phpmyadmin/phpmyadmin.post-install
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/sh
-
-echo "*" >&2
-echo "* phpmyadmin has been installed to:" >&2
-echo "* /usr/share/webapps/phpmyadmin" >&2
-echo "* phpmyadmin config file has been installed to:" >&2
-echo "* /etc/phpmyadmin/config.inc.php" >&2
-echo "* If you use apache2:" >&2
-echo "* 1) Change the ownership of the config directory:" >&2
-echo "* chown -R apache:apache /etc/phpmyadmin" >&2
-echo "* 2) See if you need to modify the apache2 config:" >&2
-echo "* /etc/apache2/conf.d/phpmyadmin.conf" >&2
-echo "* 3) Restart apache2 when done." >&2
-echo "*" >&2
-
-exit 0