Re: [gentoo-user] how to execute some scripts after an emerge

2006-10-07 Thread Pawel Kraszewski
Dnia sobota, 7 października 2006 03:16, Robert Welz napisał: > Hello! > > Are there hooks in portage with which I can execute some scripts after > an emerge -u world? I need to check my libraries in the chroot jail :) I > build for boinc today against their original counterparts in the file > syste

Re: [gentoo-user] how to execute some scripts after an emerge

2006-10-06 Thread Bo Ørsted Andresen
On Saturday 07 October 2006 05:23, Robert Welz wrote: [SNIP] > What do you think? There is no such hook. Write a separate script or a wrapper. Since it's supposed to run after the emerge and not during the emerge I really don't see why it should need to use a hook. [SNIP] > What is the right ma

Re: [gentoo-user] how to execute some scripts after an emerge

2006-10-06 Thread Robert Welz
Bo Ørsted Andresen schrieb: > > On Saturday 07 October 2006 03:16, Robert Welz wrote: > > > Are there hooks in portage with which I can execute some scripts after > > > an emerge -u world? I need to check my libraries in the chroot jail :) I > > > build for boinc today against their original counte

Re: [gentoo-user] how to execute some scripts after an emerge

2006-10-06 Thread Bo Ørsted Andresen
On Saturday 07 October 2006 03:16, Robert Welz wrote: > Are there hooks in portage with which I can execute some scripts after > an emerge -u world? I need to check my libraries in the chroot jail :) I > build for boinc today against their original counterparts in the file > system. This would be

[gentoo-user] how to execute some scripts after an emerge

2006-10-06 Thread Robert Welz
Hello! Are there hooks in portage with which I can execute some scripts after an emerge -u world? I need to check my libraries in the chroot jail :) I build for boinc today against their original counterparts in the file system. This would be nicer than having a cronjob looking after them at fixed

Re: [gentoo-user] how to execute some scripts after an emerge

2006-10-06 Thread Dave V
A simple solution would beto use && : emerge -u world && echo do whatever you could also write a wrapper script relatively easily Dave On Sat, 07 Oct 2006 00:56:21 +0200 Robert Welz <[EMAIL PROTECTED]> wrote: > Hello! > > Are there hooks in portage with which I can execute some scripts after

Re: [gentoo-user] how to execute some scripts after an emerge

2006-10-06 Thread Boyd Stephen Smith Jr.
On Friday 06 October 2006 17:56, Robert Welz <[EMAIL PROTECTED]> wrote about '[gentoo-user] how to execute some scripts after an emerge': > Are there hooks in portage with which I can execute some scripts after > an emerge -u world? Not AFAIK. However, it's easy eno