diff options
Diffstat (limited to 'packages/open-vm-tools/open-vm-tools.xml')
-rw-r--r-- | packages/open-vm-tools/open-vm-tools.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/open-vm-tools/open-vm-tools.xml b/packages/open-vm-tools/open-vm-tools.xml index e050b903..d8f16492 100644 --- a/packages/open-vm-tools/open-vm-tools.xml +++ b/packages/open-vm-tools/open-vm-tools.xml @@ -55,6 +55,8 @@ <item>http://www.pfsense.com/packages/config/open-vm-tools/vmware-kmod.sh</item> </additional_files_needed> <custom_php_install_command> + exec("rm /usr/local/etc/rc.d/vmware-kmod"); + exec("rm /usr/local/etc/rc.d/vmware-guestd.sh"); </custom_php_install_command> <custom_php_deinstall_command> </custom_php_deinstall_command> |