summarylogtreecommitdiffstats
path: root/teamviewer.install
diff options
context:
space:
mode:
authorYakir Sitbon2015-06-08 13:58:09 +0300
committerYakir Sitbon2015-06-08 13:58:09 +0300
commitb6ac7284bbcff5320ad6a89bbcdf1342ec448511 (patch)
treeb79219dc5e3fb1d1cd56e0d28fd787e9922fd486 /teamviewer.install
downloadaur-b6ac7284bbcff5320ad6a89bbcdf1342ec448511.tar.gz
Initial commit
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..06b6bf99e981
--- /dev/null
+++ b/teamviewer.install
@@ -0,0 +1,14 @@
+post_install() {
+ echo "The Teamviewer daemon must be running for Teamviewer 10 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: