1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
post_install() { /bin/true } post_upgrade() { echo "-- Group games membership is no more a requirement for configuration saving. Configuration is now saved into ~/.racer --" /bin/true } pre_remove() { /bin/true } op=$1 shift $op "$@"