summarylogtreecommitdiffstats
path: root/install
blob: 0ca57d68b69d3143b5456e5b8f560e08089128f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

post_install() {
cat << "EOF"

  Activate lua_plugin in teamspeak: Settings->Plugins.
  Turn off testmodule in settings of lua_plugin. It is not necessary.
  You can configure font, color, position of overlay by
  editing /opt/teamspeak3/plugins/lua_plugin/osd/init.lua

EOF
}

post_upgrade() {
  post_install
}