post_install() { /usr/bin/ln -sfT zsh /usr/bin/sh } post_upgrade() { post_install } post_remove() { /usr/bin/ln -sfT bash /usr/bin/sh }