1 2 3 4 5 6 7 8
post_install() { echo "==> Remember to install or upgrade your user configuration files!" } post_upgrade() { post_install }