summarylogtreecommitdiffstats
path: root/vmware-workstation.install
blob: 989587210b3726c7f373eef88ed6fa19ea9e62bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
post_install() {
  cat << EOF

==> Before using VMware, you may need to enable some services:
- vmware-networks.service: to have network access in VMs
- vmware-usbarbitrator.service: to use USB devices inside VMs
- vmware-hostd.service: to start VMware as a server

EOF
}

post_remove() {
  cat << EOF

==> To uninstall your VMware settings, remove /etc/vmware and /etc/vmware-installer directories.

EOF
}