diff options
Diffstat (limited to 'app-emulation/open-vm-tools')
-rw-r--r-- | app-emulation/open-vm-tools/open-vm-tools-10.0.0_p3000743.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/app-emulation/open-vm-tools/open-vm-tools-10.0.0_p3000743.ebuild b/app-emulation/open-vm-tools/open-vm-tools-10.0.0_p3000743.ebuild index 3cc623f333f9..43e587902d94 100644 --- a/app-emulation/open-vm-tools/open-vm-tools-10.0.0_p3000743.ebuild +++ b/app-emulation/open-vm-tools/open-vm-tools-10.0.0_p3000743.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -113,6 +113,9 @@ src_install() { fperms 4755 /usr/bin/vmware-user-suid-wrapper dobin scripts/common/vmware-xdg-detect-de + insinto /etc/xdg/autostart + doins "${FILESDIR}"/open-vm-tools.desktop + elog "To be able to use the drag'n'drop feature of VMware for file" elog "exchange, please add the users to the 'vmware' group." fi |