1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
post_install() { chgrp games /usr/share/games/yorg/options.json chmod g+w /usr/share/games/yorg/options.json echo "Add user to group games to be able to run yorg." /bin/true } post_upgrade() { /bin/true } pre_remove() { /bin/true } op=$1 shift $op "$@"