summarylogtreecommitdiffstats
path: root/jitsi.install
blob: fa4e60fb83a38058f7911c041002c83ed9f93f8c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
post_install() {
	cat << __EOF__
The examples for prosody are located here:
  - /usr/share/doc/jitsi-meet-prosody/

The webapps is here:
  - /usr/lib/jitsi-meet-prosody/
__EOF__
}
post_upgrade() {
    cat <<__EOF__

The turnserver configuration has changed.
Please check the wiki: https://wiki.archlinux.org/index.php/Jitsi-meet
And check the example provided in:
/usr/share/doc/jitsi-meet-prosody/prosody.cfg.lua-jvb.example

You need to replace the turncredentials with external_services.

__EOF__
}