summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rw-r--r--systemd-efi.hook5
3 files changed, 8 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d6626a8abfd8..eee8d940a09d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = systemd-efi-pacman-hook
pkgdesc = Pacman hook to upgrade Linux EFI after systemd upgrade and Linux.
pkgver = 1
- pkgrel = 3
+ pkgrel = 4
arch = any
license = GPL
depends = systemd
depends = linux
source = systemd-efi.hook
- md5sums = 010e8917566d765b93442ac1de91586a
+ md5sums = d69d905b8bbb72566a1b02c876460c7c
pkgname = systemd-efi-pacman-hook
diff --git a/PKGBUILD b/PKGBUILD
index 69da7f5b7da0..7e59e5324103 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
pkgname=systemd-efi-pacman-hook
pkgver=1
-pkgrel=3
+pkgrel=4
pkgdesc="Pacman hook to upgrade Linux EFI after systemd upgrade and Linux."
arch=("any")
license=("GPL")
depends=('systemd' 'linux')
source=(systemd-efi.hook)
-md5sums=('010e8917566d765b93442ac1de91586a')
+md5sums=('d69d905b8bbb72566a1b02c876460c7c')
package() {
install -m755 -d "${pkgdir}/usr/share/libalpm/hooks"
diff --git a/systemd-efi.hook b/systemd-efi.hook
index 535179314a4d..c44b64624e71 100644
--- a/systemd-efi.hook
+++ b/systemd-efi.hook
@@ -2,7 +2,10 @@
Type = File
Operation = Install
Operation = Upgrade
-Target = usr/lib/initcpio/*
+Target = boot/initramfs-linux.img
+Target = boot/kernel-command-line
+Target = boot/vmlinuz-linux
+Target = usr/lib/systemd/boot/efi/linuxx64.efi.stub
[Action]
Description = Generating linux.efi...