15 lines
434 B
Text
15 lines
434 B
Text
|
# 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"
|
||
|
}
|