check-boot-hook/PKGBUILD

15 lines
434 B
Text
Raw Normal View History

2020-04-16 14:37:02 +02:00
# Maintainer: tercean <cg@zknt.org>
pkgname=check-boot-hook
pkgver=0.0.1
pkgrel=1
pkgdesc="Cancel package actions if /boot is not mounted"
arch=('any')
url="https://git.zknt.org/chris/check-boot-hook"
license=('MIT')
source=("95-check-boot.hook")
sha256sums=('a41f0f1c9715a3f9894dc39221ebae6e666b74e24c2db8586bbcf426be694f04')
package() {
install -Dm644 '95-check-boot.hook' "${pkgdir}/usr/share/libalpm/hooks/95-check-boot.hook"
}