diff options
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 |