summarylogtreecommitdiffstats
path: root/teleport.install
diff options
context:
space:
mode:
authorJohannes Pfrang2016-09-20 00:25:18 +0200
committerJohannes Pfrang2016-09-20 00:25:18 +0200
commitf265135de3614c1f7c102d47dbdfd6a4409fa420 (patch)
treeafd75eac75b358de6e2f1449ef082b7f659a1c2c /teleport.install
downloadaur-f265135de3614c1f7c102d47dbdfd6a4409fa420.tar.gz
Initial import of teleport into the AUR
Diffstat (limited to 'teleport.install')
-rw-r--r--teleport.install8
1 files changed, 8 insertions, 0 deletions
diff --git a/teleport.install b/teleport.install
new file mode 100644
index 000000000000..b2af6197a961
--- /dev/null
+++ b/teleport.install
@@ -0,0 +1,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.'
+}