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, 0 insertions, 12 deletions
diff --git a/unmaintained/pdns-gui/pdns-gui.post-install b/unmaintained/pdns-gui/pdns-gui.post-install
deleted file mode 100644
index 4bc6d990a0c..00000000000
--- a/unmaintained/pdns-gui/pdns-gui.post-install
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/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