diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-10-31 19:40:51 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-10-31 19:40:51 +0000 |
commit | 78921635429c918a2629da4b7b44d280ee5d7ad9 (patch) | |
tree | 0316e62bf5589b16d0bf2f6041e6c9da0f2fa933 /emulators | |
parent | Avoid @exec (diff) |
Simplify plist
Notes
Notes:
svn path=/head/; revision=371903
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/open-vm-tools/pkg-plist | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/open-vm-tools/pkg-plist b/emulators/open-vm-tools/pkg-plist index ee24d6a42645..9964bdc43c39 100644 --- a/emulators/open-vm-tools/pkg-plist +++ b/emulators/open-vm-tools/pkg-plist @@ -36,7 +36,7 @@ include/vmGuestLib/includeCheck.h include/vmGuestLib/vmGuestLib.h include/vmGuestLib/vmSessionId.h include/vmGuestLib/vm_basic_types.h -@exec mkdir -p %D/lib/vmware-tools/modules/input +@dir lib/vmware-tools/modules/input sbin/mount_vmhgfs sbin/mount_vmblock %%X11%%bin/vmware-user-suid-wrapper @@ -54,6 +54,6 @@ share/vmware-tools/scripts/vmware/network %%DATADIR%%/messages/ko/toolboxcmd.vmsg %%DATADIR%%/messages/ko/vmtoolsd.vmsg %%DATADIR%%/messages/zh_CN/toolboxcmd.vmsg -@unexec if test -f %D/share/vmware-tools/tools.conf; then rm -f %D/share/vmware-tools/tools.conf; fi -@unexec if test -h %D/etc/vmware-tools/plugins; then rm -f %D/etc/vmware-tools/plugins; fi +@rmtry share/vmware-tools/tools.conf +@rmtry etc/vmware-tools/plugins etc/pam.d/vmtoolsd |