aboutsummaryrefslogtreecommitdiffstats
path: root/main/phpmyadmin/phpmyadmin.post-install
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2016-09-23 14:50:25 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2016-09-23 14:50:25 +0000
commita9b8bfa9d6c505bda152e58788b3106eaf32c7bb (patch)
tree71082121491a1eb5deef4865b5b54485a7fa723f /main/phpmyadmin/phpmyadmin.post-install
parent6c5c1e1eda5fc81d7179877e6aca7faac9cff94e (diff)
downloadaports-a9b8bfa9d6c505bda152e58788b3106eaf32c7bb.tar.bz2
aports-a9b8bfa9d6c505bda152e58788b3106eaf32c7bb.tar.xz
community/phpmyadmin: move form main
We don't want maintain this for more than 6 months due to the amount of security issues.
Diffstat (limited to 'main/phpmyadmin/phpmyadmin.post-install')
-rw-r--r--main/phpmyadmin/phpmyadmin.post-install16
1 files changed, 0 insertions, 16 deletions
diff --git a/main/phpmyadmin/phpmyadmin.post-install b/main/phpmyadmin/phpmyadmin.post-install
deleted file mode 100644
index e3dbc3524..000000000
--- a/main/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