summarylogtreecommitdiffstats
path: root/post_install
diff options
context:
space:
mode:
Diffstat (limited to 'post_install')
-rw-r--r--post_install6
1 files changed, 6 insertions, 0 deletions
diff --git a/post_install b/post_install
new file mode 100644
index 000000000000..2b7d7ad857a7
--- /dev/null
+++ b/post_install
@@ -0,0 +1,6 @@
+# Maintainer: Dimitris Kiziridis <ragouel at outlook dot com>
+
+post_install() {
+ echo -e "This package assumes you're running your webserver under '\e[32mhttp\e[37m' username"
+ echo -e "If not, modify the script accordingly, by replacing '\e[32mhttp\e[37m' with the username you're running your webserver under."
+} \ No newline at end of file