summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2007-01-11 21:12:08 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2007-01-11 21:12:08 +0000
commitd16bfeec7edab355e6193583eef355f1c34df099 (patch)
tree323eeb13fd4b182d596d67b449bff8a1db417633 /eclass
parentguile again: fix a typo - zomg (diff)
downloadgentoo-2-d16bfeec7edab355e6193583eef355f1c34df099.tar.gz
gentoo-2-d16bfeec7edab355e6193583eef355f1c34df099.tar.bz2
gentoo-2-d16bfeec7edab355e6193583eef355f1c34df099.zip
Since vmware-player uses vmplayer and not vmware-player, add a check for it and display differently. Closes bug #159607.
Diffstat (limited to 'eclass')
-rw-r--r--eclass/vmware.eclass9
1 files changed, 7 insertions, 2 deletions
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