diff options
author | P. J. McDermott <pj@pehjota.net> | 2014-11-09 23:28:04 (EST) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-11-09 23:28:04 (EST) |
commit | e6f6c8611500e0e75d831d6ba3a397124d131bf4 (patch) | |
tree | 85bfe95d91c038ff107588f1f96dd2e7df1edde2 /build | |
parent | 432a922643eda8d61333738687c5463376f2d877 (diff) |
linux-image: Run prerm hooks
Diffstat (limited to 'build')
-rwxr-xr-x | build | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -25,6 +25,7 @@ install: build 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/prerm.d \ linux-image.data/etc/kernel/postrm.d; \ fi oh-autoinstall -T headers_install -- \ |