post_install() {
	echo "Add user to group 'games' so that game can be played and highscore could be saved."
}

post_upgrade() {
	post_install
}
