summarylogtreecommitdiffstats
path: root/grav.install
diff options
context:
space:
mode:
Diffstat (limited to 'grav.install')
-rw-r--r--grav.install6
1 files changed, 6 insertions, 0 deletions
diff --git a/grav.install b/grav.install
new file mode 100644
index 000000000000..2b7d7ad857a7
--- /dev/null
+++ b/grav.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