# arg 1: the new package version post_install() { echo echo echo "As is with no guarantee, please do not file any bug reports against this package." } post_upgrade(){ echo echo echo "As is with no guarantee, please do not file any bug reports against this package." } # arg 1: the old package version post_remove() { echo -e "NOTE: mysql database was not removed. To remove run:\nmysql -u root -e 'drop database mythconverg;'" } op=$1 shift $op $*