summarylogtreecommitdiffstats
path: root/freesweep.install
diff options
context:
space:
mode:
Diffstat (limited to 'freesweep.install')
-rw-r--r--freesweep.install6
1 files changed, 6 insertions, 0 deletions
diff --git a/freesweep.install b/freesweep.install
new file mode 100644
index 000000000000..a47c3371a63e
--- /dev/null
+++ b/freesweep.install
@@ -0,0 +1,6 @@
+post_install()
+{
+ echo -e "\nAny user that is able to run this game should be added" \
+ "to the group 'games'.\nElse the program will fail due to" \
+ "a segmentation fault.\nYou will have to re-login afterwards"
+}