summarylogtreecommitdiffstats
path: root/vmware-workstation.install
diff options
context:
space:
mode:
Diffstat (limited to 'vmware-workstation.install')
-rw-r--r--vmware-workstation.install14
1 files changed, 12 insertions, 2 deletions
diff --git a/vmware-workstation.install b/vmware-workstation.install
index 51ffcf879d64..989587210b37 100644
--- a/vmware-workstation.install
+++ b/vmware-workstation.install
@@ -1,8 +1,18 @@
post_install() {
cat << EOF
-Before using VMware, you will need to enable some services.
-For example: systemctl enable --now vmware-hostd.service vmware-networks.service vmware-usbarbitrator.service
+==> 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
}