1 2 3 4 5 6 7 8
post_install() { echo ':: To use this theme, set it with fish_config.' } post_upgrade() { echo ":: This theme's install location has changed." post_install }