chore: add system update service
This commit is contained in:
parent
6ee3a53ea2
commit
f2fc8bb1ce
1 changed files with 2 additions and 0 deletions
2
PKGBUILD
2
PKGBUILD
|
@ -27,6 +27,8 @@ package() {
|
|||
-t "${pkgdir}"/usr/bin/
|
||||
install -Dm644 "${pkgname%-git}.service" -t \
|
||||
"${pkgdir}"/usr/lib/systemd/system/
|
||||
install -Dm644 "${pkgname%-git}-system-update.service" -t \
|
||||
"${pkgdir}"/usr/lib/systemd/system/
|
||||
install -Dm644 "${pkgname%-git}.hook" \
|
||||
"${pkgdir}/usr/lib/initcpio/hooks/${pkgname%-git}"
|
||||
install -Dm644 "${pkgname%-git}.install" \
|
||||
|
|
Loading…
Reference in a new issue