diff options
Diffstat (limited to 'app-emulation/vmware-workstation/vmware-workstation-4.5.2.8848.ebuild')
-rw-r--r-- | app-emulation/vmware-workstation/vmware-workstation-4.5.2.8848.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app-emulation/vmware-workstation/vmware-workstation-4.5.2.8848.ebuild b/app-emulation/vmware-workstation/vmware-workstation-4.5.2.8848.ebuild index 85fce2636861..568cf55d3c0c 100644 --- a/app-emulation/vmware-workstation/vmware-workstation-4.5.2.8848.ebuild +++ b/app-emulation/vmware-workstation/vmware-workstation-4.5.2.8848.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 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-4.5.2.8848.ebuild,v 1.1 2004/06/14 12:27:42 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-workstation/vmware-workstation-4.5.2.8848.ebuild,v 1.2 2004/06/22 13:06:21 wolf31o2 Exp $ # Unlike many other binary packages the user doesn't need to agree to a licence # to download VMWare. The agreeing to a licence is part of the configure step @@ -205,6 +205,7 @@ pkg_postrm() { einfo einfo "To remove all traces of vmware you will need to remove the files" einfo "in /etc/vmware/, /etc/init.d/vmware, /lib/modules/*/misc/vm*.o," - einfo "and .vmware/ in each users home directory." + einfo "and .vmware/ in each users home directory. Don't forget to rmmod the" + einfo "vm* modules, either." einfo } |