Paludis Hooks
1 minute read •
While Paludis works, it scans the /etc/paludis/hooks
-dir for hooks to execute at special events.
Applying local patches
File: /etc/paludis/hooks/ebuild_prepare_post/apply-local-patches.bash
(
patchdir="/etc/paludis/patches/ /"
if ; then
for ; do
|| continue
||
done
fi
)
lafilefixer
This runs lafilefixer on your image before it is merged into $ROOT
. This way you won’t have problems with changed mtimes or checksums (which you will have if you run lafilefixer later)
File: /etc/paludis/hooks/auto/lafilefixer.hook
#!/usr/bin/env bash
Source:
- Paludis/Hooks offline maybe you find in Google-Cache something.
- Exherbo rejected my patch, now what?