diff options
author | P. J. McDermott <pj@pehjota.net> | 2014-07-14 00:51:35 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-07-14 00:51:35 (EDT) |
commit | e54e46fa79cabb2f6bb1308a0ebfb873ddf28f9b (patch) | |
tree | 4172510d52e2c4ec7aae474edacfe418b8ee295c /build | |
parent | 7859f5ca6744ba3393e9478c7906bf3f0796136e (diff) |
linux-image: Run postinst and postrm hooks
Diffstat (limited to 'build')
-rwxr-xr-x | build | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -22,6 +22,8 @@ install: linux-image.data/boot/$${img_dest}; \ install -D src/System.map \ linux-sysmap.data/boot/System.map; \ + mkdir -p linux-image.data/etc/kernel/postinst.d \ + linux-image.data/etc/kernel/postrm.d; \ fi oh-autoinstall -T headers_install -- INSTALL_HDR_PATH="$${PWD}/dest/usr" find dest/usr/include \ |