post_install() {
    echo "BizHawk requires write permissions to /opt/bizhawk/ in order to function properly."
    echo "Please ensure that you are in the 'games' group before trying to run BizHawk."
    echo "In order to add yourself to the 'games' group, run \`usermod -aG games <username>\` and reboot your PC for changes to apply."
}