summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2014-11-09 23:32:28 (EST)
committer P. J. McDermott <pj@pehjota.net>2014-11-09 23:32:28 (EST)
commitd7587b1bd30780e37675ac5bc0c4acd8b79fce36 (patch)
tree49d529aec7201986e06433df19fc8e1c7ac45e7c /build
parente6f6c8611500e0e75d831d6ba3a397124d131bf4 (diff)
linux-image: Run preinst hooks
Diffstat (limited to 'build')
-rwxr-xr-xbuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/build b/build
index e02589f..f14ee96 100755
--- a/build
+++ b/build
@@ -24,7 +24,8 @@ install: build
ln -sf /boot/$${img_dest} linux-image.data/$${img_dest}; \
install -D src/System.map \
linux-sysmap.data/boot/System.map; \
- mkdir -p linux-image.data/etc/kernel/postinst.d \
+ mkdir -p linux-image.data/etc/kernel/preinst.d \
+ linux-image.data/etc/kernel/postinst.d \
linux-image.data/etc/kernel/prerm.d \
linux-image.data/etc/kernel/postrm.d; \
fi