diff options
author | P. J. McDermott <pj@pehjota.net> | 2014-07-14 00:09:54 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-07-14 00:09:54 (EDT) |
commit | 3c91e79f8b751ac7ee1414fa9fa6c40738a2d9ea (patch) | |
tree | 4b38e6f13fc20eef7b80364ad039824516a221ad /build | |
parent | 7170bb845036c826705531c656f518589b5aa800 (diff) |
Add a kernel postinst hook
Diffstat (limited to 'build')
-rwxr-xr-x | build | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -20,6 +20,9 @@ install: build rm "dest/usr/sbin/$${script}"; \ rm "dest/usr/share/man/man8/$${script}.8"; \ done + # Install package hooks. + install -m 0755 -D ../kernel-postinst.sh \ + dest/etc/kernel/postinst.d/99-lilo oh-fixperms oh-strip oh-installfiles |