aboutsummaryrefslogtreecommitdiffstats
path: root/unmaintained/phppgadmin/phppgadmin.post-install
diff options
context:
space:
mode:
Diffstat (limited to 'unmaintained/phppgadmin/phppgadmin.post-install')
-rw-r--r--unmaintained/phppgadmin/phppgadmin.post-install16
1 files changed, 0 insertions, 16 deletions
diff --git a/unmaintained/phppgadmin/phppgadmin.post-install b/unmaintained/phppgadmin/phppgadmin.post-install
deleted file mode 100644
index f9650a192a7..00000000000
--- a/unmaintained/phppgadmin/phppgadmin.post-install
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/sh
-
-echo "*" >&2
-echo "* phppgadmin has been installed to:" >&2
-echo "* /usr/share/webapps/phppgadmin" >&2
-echo "* phppgadmin config file has been installed to:" >&2
-echo "* /etc/phppgadmin/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/phppgadmin" >&2
-echo "* 2) See if you need to modify the apache2 config:" >&2
-echo "* /etc/apache2/conf.d/phppgadmin.conf" >&2
-echo "* 3) Restart apache2 when done." >&2
-echo "*" >&2
-
-exit 0