summarylogtreecommitdiffstats
path: root/ergo.install
blob: ecd61e436c88b9f8cea026fd70ca2f3141587751 (plain)
1
2
3
4
5
6
7
8
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
}