summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2013-01-30 00:44:35 +0000
committerJeroen Roovers <jer@gentoo.org>2013-01-30 00:44:35 +0000
commitf6b56d74a9ff91daf1a1ce5a91170b0750bbb8d3 (patch)
tree9e480221962bc933a340ffd34e3fa35decb5c1ce /sys-boot/palo
parentRemoved old, re-digest from new tar ball (diff)
downloadgentoo-2-f6b56d74a9ff91daf1a1ce5a91170b0750bbb8d3.tar.gz
gentoo-2-f6b56d74a9ff91daf1a1ce5a91170b0750bbb8d3.tar.bz2
gentoo-2-f6b56d74a9ff91daf1a1ce5a91170b0750bbb8d3.zip
Install an installkernel postinst script.
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'sys-boot/palo')
-rw-r--r--sys-boot/palo/ChangeLog8
-rw-r--r--sys-boot/palo/files/99palo3
-rw-r--r--sys-boot/palo/palo-1.18-r1.ebuild7
3 files changed, 14 insertions, 4 deletions
diff --git a/sys-boot/palo/ChangeLog b/sys-boot/palo/ChangeLog
index 7da9428423db..8f57d56131ca 100644
--- a/sys-boot/palo/ChangeLog
+++ b/sys-boot/palo/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-boot/palo
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/palo/ChangeLog,v 1.32 2011/11/26 18:51:28 jer Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/palo/ChangeLog,v 1.33 2013/01/30 00:44:35 jer Exp $
+
+ 30 Jan 2013; Jeroen Roovers <jer@gentoo.org> +files/99palo,
+ palo-1.18-r1.ebuild:
+ Install an installkernel postinst script.
26 Nov 2011; Jeroen Roovers <jer@gentoo.org> -palo-1.18.ebuild,
palo-1.18-r1.ebuild:
diff --git a/sys-boot/palo/files/99palo b/sys-boot/palo/files/99palo
new file mode 100644
index 000000000000..8caea49f51ad
--- /dev/null
+++ b/sys-boot/palo/files/99palo
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+palo -v
diff --git a/sys-boot/palo/palo-1.18-r1.ebuild b/sys-boot/palo/palo-1.18-r1.ebuild
index ccb71d32ddf0..d72fe5b4b79a 100644
--- a/sys-boot/palo/palo-1.18-r1.ebuild
+++ b/sys-boot/palo/palo-1.18-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/palo/palo-1.18-r1.ebuild,v 1.2 2011/11/26 18:51:28 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/palo/palo-1.18-r1.ebuild,v 1.3 2013/01/30 00:44:35 jer Exp $
EAPI="2"
@@ -44,4 +44,7 @@ src_install() {
insinto /usr/share/palo
doins iplboot || die
+
+ insinto /etc/kernel/postinst.d/
+ INSOPTIONS="-m 0744" doins "${FILESDIR}"/99palo
}