summarylogtreecommitdiffstats
path: root/teamviewer.install
blob: b73cc045067c4833be96640ccac02dd7f2a6c3ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
post_install() {
  echo "The Teamviewer daemon must be running for Teamviewer 11 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: