post_install() { echo ':: Your configuration file must be in $HOME/.ergo.yml for the binary to function.' echo ':: You can find a template under /usr/share/ergo/config-template.yml.' } post_upgrade() { post_install }