summarylogtreecommitdiffstats
path: root/rsgames.install
blob: 250e3130d08d996b91e8abc95d287b279d4b8935 (plain)
1
2
3
4
5
6
7
8
9
10
11
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
}