summarylogtreecommitdiffstats
path: root/vmware-tools.install
blob: 65f562a5dd4f83636b937ecbde5f434d296c1b17 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
post_install() {
  /etc/vmware-caf/pme/install/install.sh

  cat << EOF

==> You should enable some of these services:
- vmtoolsd.service: most of the guest tools
- vmware-vmblock-fuse.service: needed for drag-and-drop functionality
- vmware-thinprint.service: ThinPrint service to access to host printers
- vgauth.service: Guest Authentification service
- vmware-caf.service: Common Agent Framework service

EOF
}