aboutsummaryrefslogtreecommitdiffstats
path: root/config/open-vm-tools/open-vm-tools.inc
diff options
context:
space:
mode:
Diffstat (limited to 'config/open-vm-tools/open-vm-tools.inc')
-rw-r--r--config/open-vm-tools/open-vm-tools.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/open-vm-tools/open-vm-tools.inc b/config/open-vm-tools/open-vm-tools.inc
index dadec0ce..622194ab 100644
--- a/config/open-vm-tools/open-vm-tools.inc
+++ b/config/open-vm-tools/open-vm-tools.inc
@@ -1,5 +1,9 @@
<?php
+function open_vm_tools_deinstall() {
+ exec("rm /usr/local/etc/rc.d/vmware*");
+}
+
function open_vm_tools_install() {
$vmware_guestd = <<<EOF