From 3804cec5cbb186a283b6a941c3e3b95cba6dde33 Mon Sep 17 00:00:00 2001 From: Matt Smith Date: Thu, 14 Apr 2011 03:45:59 -0500 Subject: main/phpmyadmin: moved from testing --- testing/phpmyadmin/phpmyadmin.post-install | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 testing/phpmyadmin/phpmyadmin.post-install (limited to 'testing/phpmyadmin/phpmyadmin.post-install') 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 -- cgit v1.2.3