diff options
Diffstat (limited to 'sys-boot/lilo/lilo-22.7.3-r1.ebuild')
-rw-r--r-- | sys-boot/lilo/lilo-22.7.3-r1.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys-boot/lilo/lilo-22.7.3-r1.ebuild b/sys-boot/lilo/lilo-22.7.3-r1.ebuild index ae08edfa9c78..1032400e9c01 100644 --- a/sys-boot/lilo/lilo-22.7.3-r1.ebuild +++ b/sys-boot/lilo/lilo-22.7.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/lilo/lilo-22.7.3-r1.ebuild,v 1.5 2007/06/26 02:50:06 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/lilo/lilo-22.7.3-r1.ebuild,v 1.6 2007/07/15 02:25:03 mr_bones_ Exp $ inherit eutils flag-o-matic toolchain-funcs @@ -144,7 +144,6 @@ lilocheck () { return 0 } - pkg_postinst() { if [ ! -e ${ROOT}/boot/boot.b -a ! -L ${ROOT}/boot/boot.b ] then |