summarylogtreecommitdiffstats
path: root/teamviewer12.install
diff options
context:
space:
mode:
Diffstat (limited to 'teamviewer12.install')
-rw-r--r--teamviewer12.install14
1 files changed, 14 insertions, 0 deletions
diff --git a/teamviewer12.install b/teamviewer12.install
new file mode 100644
index 000000000000..832eb3a14c4a
--- /dev/null
+++ b/teamviewer12.install
@@ -0,0 +1,14 @@
+post_install() {
+ echo "The Teamviewer daemon must be running for Teamviewer to work."
+ echo "Execute 'sudo systemctl enable teamviewerd' in a terminal."
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ rm -rf /opt/teamviewer
+}
+
+# vim: ts=2 sw=2 et: