summarylogtreecommitdiffstats
path: root/.INSTALL
blob: 7a71d81139e235c0a9285592f930bf79b5aa7050 (plain)
1
2
3
4
5
6
7
8
9
post_install() {
	echo "To setup GNUpot: gnupot -n"
	echo "For more information, visit the wiki at https://github.com/frnmst/gnupot/wiki"
}

post_upgrade() {
	echo "To update GNUpot you must run the setup again with: gnupot -n"
	echo "For more information, visit the wiki at https://github.com/frnmst/gnupot/wiki"
}