summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: e37c66a2b44d87b18992f112a99b8cd18f35c7af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
pkgname=systemd-efi-pacman-hook
pkgver=1
pkgrel=5
pkgdesc="Pacman hook to upgrade Linux EFI after systemd upgrade and Linux."
arch=("any")
license=("GPL")
depends=('systemd' 'linux')
source=(systemd-efi.hook)
md5sums=('cb5d743346429b77827045bc9011e268')

package() {
    install -m755 -d "${pkgdir}/usr/share/libalpm/hooks"
    install -m644 "${srcdir}/systemd-efi.hook" "${pkgdir}/usr/share/libalpm/hooks/systemd-efi.hook"
}