Re: [gentoo-dev] Re: Add Hooks to Eselect

2023-08-21 Thread konsolebox
On Mon, Aug 21, 2023, 08:15 Duncan, <1i5t5.dun...@cox.net> wrote: > Suggestion: A more flexible approach would make pre/post directories, > Or allow both file and directories. > do [[ > # maybe skip either the executable or README test? > # or perhaps only match

[gentoo-dev] Re: Add Hooks to Eselect

2023-08-21 Thread Redjard
On 2023-08-21 02:15:08, Duncan wrote: Suggestion: A more flexible approach would make pre/post directories, such that "any" file therein (exceptions for backups, etc) would be sourced. In run_hook something like (as written assumes bashisms OK, didn't verify if that's valid for eselect or no

[gentoo-dev] Re: Add Hooks to Eselect

2023-08-20 Thread Duncan
Redjard posted on Fri, 18 Aug 2023 21:38:37 +0200 as excerpted: > From: Redjard > > Add Hooks to Eselect > > For example for "eselect kernel list" the script > /etc/eselect/hooks/kernel/list/pre is called before the eselect acts, > and /etc/eselect/hooks/kernel/list/post afterwards. Suggestion