summarylogtreecommitdiffstats
path: root/otrs.install
blob: fa4c7ccd3339645ae85982f230c5c142f5cd92a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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
}