summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-06-04 17:55:07 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-06-04 17:55:07 +0000
commit124ada9c0ff9de506beee90ba09b2fd1216199ad (patch)
tree718d7a33481a75c3b6d31023fbdc475eb7ca9e2f /app-emulation/qemu/qemu-0.5.4.ebuild
parentAdded patches for the CAN-2004-0133, CAN-2004-0181, CAN-2004-0394, and CAN-20... (diff)
downloadgentoo-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.4.ebuild')
-rw-r--r--app-emulation/qemu/qemu-0.5.4.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/qemu/qemu-0.5.4.ebuild b/app-emulation/qemu/qemu-0.5.4.ebuild
index 41a5a3ad503c..27b5513c24e3 100644
--- a/app-emulation/qemu/qemu-0.5.4.ebuild
+++ b/app-emulation/qemu/qemu-0.5.4.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.4.ebuild,v 1.1 2004/04/28 16:47:33 lu_zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-0.5.4.ebuild,v 1.2 2004/06/04 17:55:07 mr_bones_ Exp $
inherit eutils
@@ -44,7 +44,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."
}