blob: a1d8f38c62e5b94ab0e8b34c61bde82ae2aa5418 (
plain)
1
2
3
4
5
6
7
8
|
post_install() {
echo "See https://github.com/systemed/tilemaker/blob/master/CONFIGURATION.md for the configuration documentation"
echo "See https://github.com/systemed/tilemaker/blob/master/config.json for an example configuration"
}
post_upgrade() {
post_install
}
|