summarylogtreecommitdiffstats
path: root/vmware-workstation.install
diff options
context:
space:
mode:
Diffstat (limited to 'vmware-workstation.install')
-rw-r--r--vmware-workstation.install8
1 files changed, 8 insertions, 0 deletions
diff --git a/vmware-workstation.install b/vmware-workstation.install
new file mode 100644
index 000000000000..51ffcf879d64
--- /dev/null
+++ b/vmware-workstation.install
@@ -0,0 +1,8 @@
+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
+
+EOF
+}