summarylogtreecommitdiffstats
path: root/contao-lts.install
diff options
context:
space:
mode:
Diffstat (limited to 'contao-lts.install')
-rw-r--r--contao-lts.install8
1 files changed, 8 insertions, 0 deletions
diff --git a/contao-lts.install b/contao-lts.install
new file mode 100644
index 000000000000..a5ab4cfddcc6
--- /dev/null
+++ b/contao-lts.install
@@ -0,0 +1,8 @@
+post_install(){
+ cat << \here
+Contao LTS was installed to /usr/share/webapps/contao-lts
+To continue installation please follow the instructions
+at https://docs.contao.org/books/manual/current/en/01-installation/index.html
+here
+
+}