From: Chris Gianelloni Date: Thu, 11 Jan 2007 21:12:08 +0000 (+0000) Subject: Since vmware-player uses vmplayer and not vmware-player, add a check for it and displ... X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=29884ff88babf92d3f63e9740c1c54520c927452;p=gentoo.git Since vmware-player uses vmplayer and not vmware-player, add a check for it and display differently. Closes bug #159607. --- diff --git a/eclass/vmware.eclass b/eclass/vmware.eclass index 5638ff93b29e..beeb4aaea593 100644 --- a/eclass/vmware.eclass +++ b/eclass/vmware.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/vmware.eclass,v 1.20 2007/01/05 18:11:58 ikelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/vmware.eclass,v 1.21 2007/01/11 21:12:08 wolf31o2 Exp $ # This eclass is for all vmware-* ebuilds in the tree and should contain all # of the common components across the multiple packages. @@ -372,7 +372,12 @@ vmware_pkg_postinst() { einfo "For VMware Add-Ons just visit" einfo "http://www.vmware.com/download/downloadaddons.html" echo - elog "After configuring, run ${PN} to launch" + if [ "${PN}" == "vmware-player" ] + then + elog "After configuring, run vmplayer to launch" + else + elog "After configuring, run ${PN} to launch" + fi echo if [ "${product}" == "vmware" -o "${product}" == "vmware-tools" ] then