1 2 3 4
post_install() { echo -e "\033[0;31mWARNING: add your username to the group 'games'(you may have to create the group)" echo -e "\033[0;31mgroupadd games && usermod -aG games USERNAME" }