# Maintainer: Federico Di Pierro pkgname=systemd-boot-pacman-hook pkgver=2 pkgrel=1 pkgdesc="Pacman hook to upgrade systemd-boot after systemd upgrade." arch=("any") license=("GPL") depends=('systemd') source=(systemd-boot.hook) md5sums=("29f602ed5702c18f68eb7c2d293af04f") package() { install -m755 -d "${pkgdir}/usr/share/libalpm/hooks" install -m644 "${srcdir}/systemd-boot.hook" "${pkgdir}/usr/share/libalpm/hooks/systemd-boot.hook" }