summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rw-r--r--systemd-efi.hook1
3 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c0be5387d6a1..e114c80f6634 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 = 6
+ pkgrel = 7
arch = any
license = GPL
depends = systemd
depends = linux
source = systemd-efi.hook
- md5sums = 51d270ea53c1c85671c1b820ea56a399
+ md5sums = 71e686c0cbf55a3dda656c5e7f836009
pkgname = systemd-efi-pacman-hook
diff --git a/PKGBUILD b/PKGBUILD
index a377e15cc136..ddb4feca22fe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
pkgname=systemd-efi-pacman-hook
pkgver=1
-pkgrel=6
+pkgrel=7
pkgdesc="Pacman hook to upgrade Linux EFI after systemd upgrade and Linux."
arch=("any")
license=("GPL")
depends=('systemd' 'linux')
source=(systemd-efi.hook)
-md5sums=('51d270ea53c1c85671c1b820ea56a399')
+md5sums=('71e686c0cbf55a3dda656c5e7f836009')
package() {
install -m755 -d "${pkgdir}/usr/share/libalpm/hooks"
diff --git a/systemd-efi.hook b/systemd-efi.hook
index d95cc944cd98..f33a7e775419 100644
--- a/systemd-efi.hook
+++ b/systemd-efi.hook
@@ -3,6 +3,7 @@ Type = File
Operation = Install
Operation = Upgrade
Target = usr/lib/modules/*/vmlinuz
+Target = usr/lib/initcpio/*
Target = usr/lib/systemd/boot/efi/linuxx64.efi.stub
[Action]