summarylogtreecommitdiffstats
path: root/arch-efiboot.install
diff options
context:
space:
mode:
authorRobert Csordas2019-06-07 10:31:31 +0200
committerRobert Csordas2019-06-07 10:31:31 +0200
commit7f0d84225a488c9303c4a03eb4f0c76c42572b2c (patch)
treee16beaf0f000386bd6045e8a76688987d44699fa /arch-efiboot.install
parent5e7024ba94e304e2b23bf6c4bf49349e15870df7 (diff)
downloadaur-7f0d84225a488c9303c4a03eb4f0c76c42572b2c.tar.gz
Create a package for my arch-efiboot scripts, so people can easily boot their systems directly from UEFI
Diffstat (limited to 'arch-efiboot.install')
-rw-r--r--arch-efiboot.install3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch-efiboot.install b/arch-efiboot.install
new file mode 100644
index 000000000000..bb87107c4ec0
--- /dev/null
+++ b/arch-efiboot.install
@@ -0,0 +1,3 @@
+post_install() {
+ build_efi_kernels
+}