10 lines
316 B
Plaintext
10 lines
316 B
Plaintext
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"
|
|
}
|