summarylogtreecommitdiffstats
path: root/otrs.install
diff options
context:
space:
mode:
Diffstat (limited to 'otrs.install')
-rwxr-xr-xotrs.install29
1 files changed, 29 insertions, 0 deletions
diff --git a/otrs.install b/otrs.install
new file mode 100755
index 000000000000..fa4c7ccd3339
--- /dev/null
+++ b/otrs.install
@@ -0,0 +1,29 @@
+post_install() {
+cat << EOM
+
+-------------------------------------------------------------------------------------
+Manual post-installation steps:
+-------------------------------------------------------------------------------------
+Read /srv/http/otrs/INSTALL
+ /srv/http/otrs/README.database
+ /srv/http/otrs/README.webserver
+-------------------------------------------------------------------------------------
+Extentions is located /srv/http/otrs/extentions
+-------------------------------------------------------------------------------------
+
+EOM
+}
+
+post_upgrade() {
+cat << EOM
+
+-------------------------------------------------------------------------------------
+Manual post-upgrade steps:
+-------------------------------------------------------------------------------------
+Read /srv/http/otrs/UPGRADING
+-------------------------------------------------------------------------------------
+Extentions is located /srv/http/otrs/extentions
+-------------------------------------------------------------------------------------
+
+EOM
+}