summarylogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
Diffstat (limited to 'install')
-rw-r--r--install15
1 files changed, 15 insertions, 0 deletions
diff --git a/install b/install
new file mode 100644
index 000000000000..0ca57d68b69d
--- /dev/null
+++ b/install
@@ -0,0 +1,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
+}