summarylogtreecommitdiffstats
path: root/vmware-workstation.install
diff options
context:
space:
mode:
authorJean-Marc Lenoir2017-05-19 16:51:26 +0200
committerJean-Marc Lenoir2017-05-19 20:19:09 +0200
commitdbf71715961afff46b85e7920d2219214cc04901 (patch)
treeef32b08e723b406e5f5c1d77978a5d15178dbe18 /vmware-workstation.install
parent8462a4ed5e218d293da0ce4f2fc19d67687bd5ad (diff)
downloadaur-dbf71715961afff46b85e7920d2219214cc04901.tar.gz
Fix a bug when enter license key
Now vmware-hostd service is not necessary to start vmware
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
}