pkgname=systemd-efi-pacman-hook pkgver=1 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=('71e686c0cbf55a3dda656c5e7f836009') package() { install -m755 -d "${pkgdir}/usr/share/libalpm/hooks" install -m644 "${srcdir}/systemd-efi.hook" "${pkgdir}/usr/share/libalpm/hooks/systemd-efi.hook" }