summarylogtreecommitdiffstats
path: root/teamviewer.install
diff options
context:
space:
mode:
authorDominic2018-03-15 12:40:54 +0100
committerDominic2018-03-15 12:40:54 +0100
commit730c6c6aae856168a6574b30f950c430358dadda (patch)
tree9e0d679c496bae3cc401ca3be92b34d1e734eb79 /teamviewer.install
downloadaur-730c6c6aae856168a6574b30f950c430358dadda.tar.gz
upload version 13.0.9865
Diffstat (limited to 'teamviewer.install')
-rwxr-xr-xteamviewer.install14
1 files changed, 14 insertions, 0 deletions
diff --git a/teamviewer.install b/teamviewer.install
new file mode 100755
index 000000000000..832eb3a14c4a
--- /dev/null
+++ b/teamviewer.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: