summarylogtreecommitdiffstats
path: root/teamviewer.install
diff options
context:
space:
mode:
authorChristian Hesse2015-11-17 14:17:01 +0100
committerChristian Hesse2015-11-17 14:17:01 +0100
commit270b7d1c52968830aeeaf1de32b45840500156af (patch)
tree7a24aeaed5511b66f0b5ffa1e855c342abf4f47e /teamviewer.install
downloadaur-270b7d1c52968830aeeaf1de32b45840500156af.tar.gz
initial import of teamviewer-beta 11.0.50678-1
Diffstat (limited to 'teamviewer.install')
-rw-r--r--teamviewer.install14
1 files changed, 14 insertions, 0 deletions
diff --git a/teamviewer.install b/teamviewer.install
new file mode 100644
index 000000000000..49abca3a723d
--- /dev/null
+++ b/teamviewer.install
@@ -0,0 +1,14 @@
+post_install() {
+ echo "The Teamviewer daemon must be running for Teamviewer to work."
+ echo "Execute 'systemctl enable teamviewerd' in a terminal."
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ rm -rf /opt/teamviewer
+}
+
+# vim: ts=2 sw=2 et: