diff options
-rw-r--r-- | packages/open-vm-tools/open-vm-tools.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/open-vm-tools/open-vm-tools.xml b/packages/open-vm-tools/open-vm-tools.xml index d8f16492..37bc528d 100644 --- a/packages/open-vm-tools/open-vm-tools.xml +++ b/packages/open-vm-tools/open-vm-tools.xml @@ -59,5 +59,6 @@ exec("rm /usr/local/etc/rc.d/vmware-guestd.sh"); </custom_php_install_command> <custom_php_deinstall_command> + exec("rm -f /usr/local/etc/rc.d/vmware*"); </custom_php_deinstall_command> </packagegui> |