8 lines
238 B
Plaintext
8 lines
238 B
Plaintext
post_install() {
|
|
echo 'Please follow the instructions on https://gravitational.com/teleport/docs/quickstart/ to set things up.'
|
|
}
|
|
|
|
post_remove() {
|
|
echo 'You may want to delete `/var/lib/teleport` to remove leftover application data.'
|
|
}
|