post_install() { chown -R minecr.games /srv/minecraft } post_upgrade() { post_install } pre_remove() { /bin/true } op=$1 shift $op "$@"