blob: 77d33a734e12b9acc5916f2b97c2073850514a98 (
plain)
1
2
3
4
5
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."
}
|