summarylogtreecommitdiffstats
path: root/teleport.install
blob: b2af6197a96139f3dcb8f5f0e43143e5faa69148 (plain)
1
2
3
4
5
6
7
8
post_install() {
	echo 'Please follow the instructions in `/usr/share/doc/teleport/quickstart.md`'
	echo 'or 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.'
}