summarylogtreecommitdiffstats
path: root/teeman-git.install
diff options
context:
space:
mode:
Diffstat (limited to 'teeman-git.install')
-rw-r--r--teeman-git.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/teeman-git.install b/teeman-git.install
new file mode 100644
index 000000000000..7da757c703e7
--- /dev/null
+++ b/teeman-git.install
@@ -0,0 +1,11 @@
+post_install() {
+cat << EOMSG
+ You may find some information in the teeman thread in the forums:
+ https://www.teeworlds.com/forum/viewtopic.php?id=10700
+EOMSG
+}
+
+post_upgrade() {
+ post_install
+}
+