summarylogtreecommitdiffstats
path: root/rsgames.install
diff options
context:
space:
mode:
Diffstat (limited to 'rsgames.install')
-rw-r--r--rsgames.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/rsgames.install b/rsgames.install
new file mode 100644
index 000000000000..250e3130d08d
--- /dev/null
+++ b/rsgames.install
@@ -0,0 +1,12 @@
+post_install() {
+_alert
+}
+
+_alert() {
+cat << EOF
+The rsgames client has a bug that doesn't let it clos propperly.
+Instead of selecting quit from the menu, press alt+f4
+When the window manager says it is not responding, force it to close.
+EOF
+}
+