summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorP. 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)
commite54e46fa79cabb2f6bb1308a0ebfb873ddf28f9b (patch)
tree4172510d52e2c4ec7aae474edacfe418b8ee295c /build
parent7859f5ca6744ba3393e9478c7906bf3f0796136e (diff)
linux-image: Run postinst and postrm hooks
Diffstat (limited to 'build')
-rwxr-xr-xbuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/build b/build
index b08fa96..b21e1fd 100755
--- a/build
+++ b/build
@@ -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 \