diff options
author | Martin Holzer <mholzer@gentoo.org> | 2003-02-14 20:56:44 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2003-02-14 20:56:44 +0000 |
commit | 3975731bf95a4eb04b3827cf4dc7fadff680fe24 (patch) | |
tree | 67d598da329055ad00cd49fdcbfcb4b0f363a4c4 /app-emulation | |
parent | Newer version. (diff) | |
download | gentoo-2-3975731bf95a4eb04b3827cf4dc7fadff680fe24.tar.gz gentoo-2-3975731bf95a4eb04b3827cf4dc7fadff680fe24.tar.bz2 gentoo-2-3975731bf95a4eb04b3827cf4dc7fadff680fe24.zip |
Added einfo
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/vmware-workstation/vmware-workstation-3.2.0.2230-r1.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app-emulation/vmware-workstation/vmware-workstation-3.2.0.2230-r1.ebuild b/app-emulation/vmware-workstation/vmware-workstation-3.2.0.2230-r1.ebuild index f7a8fe8a9667..1157c0636948 100644 --- a/app-emulation/vmware-workstation/vmware-workstation-3.2.0.2230-r1.ebuild +++ b/app-emulation/vmware-workstation/vmware-workstation-3.2.0.2230-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-workstation/vmware-workstation-3.2.0.2230-r1.ebuild,v 1.3 2003/02/13 07:17:01 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-workstation/vmware-workstation-3.2.0.2230-r1.ebuild,v 1.4 2003/02/14 20:56:44 mholzer Exp $ # Unlike many other binary packages the user doesn't need to agree to a licence # to download VM Ware. The agreeing to a licence is part of the configure step @@ -150,6 +150,8 @@ pkg_postinst () { einfo einfo "You need to run /opt/vmware/bin/vmware-config.pl to complete the install." einfo + einfo "For VMware Add-Ons just visit" + einfo "http://www.vmware.com/download/downloadaddons.html" } pkg_postrm() { |