diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-06-04 17:55:07 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-06-04 17:55:07 +0000 |
commit | 124ada9c0ff9de506beee90ba09b2fd1216199ad (patch) | |
tree | 718d7a33481a75c3b6d31023fbdc475eb7ca9e2f /app-emulation/qemu/qemu-0.5.5.ebuild | |
parent | Added patches for the CAN-2004-0133, CAN-2004-0181, CAN-2004-0394, and CAN-20... (diff) | |
download | gentoo-2-124ada9c0ff9de506beee90ba09b2fd1216199ad.tar.gz gentoo-2-124ada9c0ff9de506beee90ba09b2fd1216199ad.tar.bz2 gentoo-2-124ada9c0ff9de506beee90ba09b2fd1216199ad.zip |
pkg_postinstall -> pkg_postinst
Diffstat (limited to 'app-emulation/qemu/qemu-0.5.5.ebuild')
-rw-r--r-- | app-emulation/qemu/qemu-0.5.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/qemu/qemu-0.5.5.ebuild b/app-emulation/qemu/qemu-0.5.5.ebuild index faba26979845..86eceac06c6e 100644 --- a/app-emulation/qemu/qemu-0.5.5.ebuild +++ b/app-emulation/qemu/qemu-0.5.5.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/qemu/qemu-0.5.5.ebuild,v 1.3 2004/05/17 15:40:41 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-0.5.5.ebuild,v 1.4 2004/06/04 17:55:07 mr_bones_ Exp $ inherit eutils @@ -47,7 +47,7 @@ src_install() { mandir=${D}/usr/share/man || die } -pkg_postinstall() { +pkg_postinst() { echo ">> You will need the Universal TUN/TAP driver compiled into" echo ">> kernel or as a module to use the virtual network device." } |