summaryrefslogtreecommitdiff
path: root/maintained/teamviewer11-32/teamviewer11.install
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2018-02-23 18:52:19 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2018-02-23 18:52:19 +0100
commitc7e5ea37e9a8073c06fc024ba5f4609efcdcf949 (patch)
treed969c2eec8c69a520acc0f751141c47dbb910368 /maintained/teamviewer11-32/teamviewer11.install
parent6231df1419410424c4b7e5ad71c699a337731516 (diff)
downloadarch-c7e5ea37e9a8073c06fc024ba5f4609efcdcf949.tar.gz
arch-c7e5ea37e9a8073c06fc024ba5f4609efcdcf949.tar.bz2
added a 32-bit version of teamviewer 11
Diffstat (limited to 'maintained/teamviewer11-32/teamviewer11.install')
-rwxr-xr-xmaintained/teamviewer11-32/teamviewer11.install14
1 files changed, 14 insertions, 0 deletions
diff --git a/maintained/teamviewer11-32/teamviewer11.install b/maintained/teamviewer11-32/teamviewer11.install
new file mode 100755
index 0000000..832eb3a
--- /dev/null
+++ b/maintained/teamviewer11-32/teamviewer11.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: