summarylogtreecommitdiffstats
path: root/teamviewer12.install
blob: 832eb3a14c4a4900806d5c0bb69d920630d10f69 (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 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: