blob: 6b763cd9e5f23b306e1ab892044bb9f319e7e065 (
plain)
1
2
3
4
5
6
7
|
post_install() {
echo "NOTE : don't forget to run \"joe-gitignore update\" to get latest gitignores templates"
}
post_upgrade() {
echo "NOTE : don't forget to run \"joe-gitignore update\" to get latest gitignores templates"
}
|