summarylogtreecommitdiffstats
path: root/trigger.install
diff options
context:
space:
mode:
Diffstat (limited to 'trigger.install')
-rwxr-xr-xtrigger.install3
1 files changed, 3 insertions, 0 deletions
diff --git a/trigger.install b/trigger.install
new file mode 100755
index 000000000000..b1f94ec12cb9
--- /dev/null
+++ b/trigger.install
@@ -0,0 +1,3 @@
+post_install(){
+ echo "Users wanting to play trigger should be on group games."
+}