blob: 9c16d5ad6aa35ea26313d524954f8985639fc4ed (
plain)
1
2
3
4
5
6
7
8
9
10
|
post_install() {
echo ":: You can create a custom config under \$HOME/.timetrace/config.yaml"
echo ":: Check upstream documentation for more information."
echo ":: A copy has been installed under /usr/share/doc/timetrace/README.md for your reference."
}
post_upgrade() {
echo ":: Don't forget to check the changelog for any possible breaking changes!"
echo ":: You can do so with 'pacman -Qc timetrace'"
}
|