From: "Yannick Le Saint (kyncani)" <y.lesaint@free.fr>
To: gentoo-portage-dev@gentoo.org
Subject: [gentoo-portage-dev] Local post_install script
Date: Mon, 08 Dec 2003 10:14:11 +0000 [thread overview]
Message-ID: <1070878448.4786.33.camel@kyncani.lesaint> (raw)
What about having local post_install scripts (something like debian
hooks, if i remember well) ?
For example, it would be sooo cool to have a
/etc/portage/portage.d/sys-kernel/vanilla-sources/post_install file of
my own which would have access of every variable you can have in an
ebuild.
This is how my post_install script for vanilla-sources would look like
:
cd /usr/src || die
rm -f linux &>/dev/null
ln -s linux-$KV linux || die
cp -f /etc/kernels/myconfig /etc/kernels/config-$KV || die
nice -n 20 genkernel || die
--
gentoo-portage-dev@gentoo.org mailing list
reply other threads:[~2003-12-08 10:14 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1070878448.4786.33.camel@kyncani.lesaint \
--to=y.lesaint@free.fr \
--cc=gentoo-portage-dev@gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox