aboutsummaryrefslogtreecommitdiffstats
path: root/unmaintained/pdns-gui/pdns-gui.post-install
diff options
context:
space:
mode:
Diffstat (limited to 'unmaintained/pdns-gui/pdns-gui.post-install')
-rw-r--r--unmaintained/pdns-gui/pdns-gui.post-install12
1 files changed, 12 insertions, 0 deletions
diff --git a/unmaintained/pdns-gui/pdns-gui.post-install b/unmaintained/pdns-gui/pdns-gui.post-install
new file mode 100644
index 0000000000..4bc6d990a0
--- /dev/null
+++ b/unmaintained/pdns-gui/pdns-gui.post-install
@@ -0,0 +1,12 @@
+#!/bin/sh
+
+echo "*" >&2
+echo "* pdns-gui has been installed in: /usr/share/webapps/pdns-gui" >&2
+echo "* pdns-gui logs are at : /var/log/pdns-gui" >&2
+echo "* pdns-gui apache2 config is at : /etc/apache2/conf.d/pdns-gui.conf" >&2
+echo "*" >&2
+echo "* To finish installing pdns-gui, please run the following script:" >&2
+echo "* /usr/share/webapps/pdns-gui/batch/install.sh" >&2
+echo "*" >&2
+
+exit 0