diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-01-09 03:25:12 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2011-01-09 03:25:12 +0000 |
commit | c2799568098aeba1b08abd5c82fcb0f28eaec652 (patch) | |
tree | b9b74b375328d1e5302f8cc015a376381c710d82 /sys-boot | |
parent | Use new mount-boot_pkg_postinst helper. (diff) | |
download | gentoo-2-c2799568098aeba1b08abd5c82fcb0f28eaec652.tar.gz gentoo-2-c2799568098aeba1b08abd5c82fcb0f28eaec652.tar.bz2 gentoo-2-c2799568098aeba1b08abd5c82fcb0f28eaec652.zip |
Use new mount-boot_pkg_postinst helper.
(Portage version: 2.2.0_alpha13/cvs/Linux x86_64)
Diffstat (limited to 'sys-boot')
-rw-r--r-- | sys-boot/silo/ChangeLog | 8 | ||||
-rw-r--r-- | sys-boot/silo/silo-1.4.14.ebuild | 5 | ||||
-rw-r--r-- | sys-boot/silo/silo-1.4.14_p20100228.ebuild | 5 |
3 files changed, 12 insertions, 6 deletions
diff --git a/sys-boot/silo/ChangeLog b/sys-boot/silo/ChangeLog index ed97d3a95734..1b068f2dce33 100644 --- a/sys-boot/silo/ChangeLog +++ b/sys-boot/silo/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-boot/silo -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/silo/ChangeLog,v 1.44 2010/03/21 19:21:21 armin76 Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/silo/ChangeLog,v 1.45 2011/01/09 03:25:11 vapier Exp $ + + 09 Jan 2011; Mike Frysinger <vapier@gentoo.org> silo-1.4.14.ebuild, + silo-1.4.14_p20100228.ebuild: + Use new mount-boot_pkg_postinst helper. *silo-1.4.14_p20100228 (21 Mar 2010) diff --git a/sys-boot/silo/silo-1.4.14.ebuild b/sys-boot/silo/silo-1.4.14.ebuild index af6c0b01d9b2..e132c337b171 100644 --- a/sys-boot/silo/silo-1.4.14.ebuild +++ b/sys-boot/silo/silo-1.4.14.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/silo/silo-1.4.14.ebuild,v 1.3 2010/03/21 18:01:45 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/silo/silo-1.4.14.ebuild,v 1.4 2011/01/09 03:25:11 vapier Exp $ inherit mount-boot flag-o-matic toolchain-funcs @@ -64,6 +64,7 @@ src_install() { } pkg_postinst() { + mount-boot_pkg_postinst ewarn "NOTE: If this is an upgrade to an existing SILO install," ewarn " you will need to re-run silo as the /boot/second.b" ewarn " file has changed, else the system will fail to load" diff --git a/sys-boot/silo/silo-1.4.14_p20100228.ebuild b/sys-boot/silo/silo-1.4.14_p20100228.ebuild index 22a295763cf0..f3075ad8a591 100644 --- a/sys-boot/silo/silo-1.4.14_p20100228.ebuild +++ b/sys-boot/silo/silo-1.4.14_p20100228.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/silo/silo-1.4.14_p20100228.ebuild,v 1.2 2010/03/21 19:23:47 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/silo/silo-1.4.14_p20100228.ebuild,v 1.3 2011/01/09 03:25:12 vapier Exp $ inherit mount-boot flag-o-matic toolchain-funcs @@ -66,6 +66,7 @@ src_install() { } pkg_postinst() { + mount-boot_pkg_postinst ewarn "NOTE: If this is an upgrade to an existing SILO install," ewarn " you will need to re-run silo as the /boot/second.b" ewarn " file has changed, else the system will fail to load" |