device-google-gru: add install_if to systemd subpackage
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/7340>
This commit is contained in:
parent
887b0be6dc
commit
58f93cc935
1 changed files with 2 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
|||
pkgname=device-google-gru
|
||||
pkgdesc="Google Gru Chromebooks"
|
||||
pkgver=10
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
url="https://postmarketos.org"
|
||||
license="MIT"
|
||||
arch="aarch64"
|
||||
|
|
@ -66,6 +66,7 @@ openrc() {
|
|||
}
|
||||
|
||||
systemd() {
|
||||
install_if="$pkgname=$pkgver-r$pkgrel systemd"
|
||||
install -Dm644 "$srcdir"/systemd-gru-watchdog.conf \
|
||||
"$subpkgdir"/usr/lib/systemd/system.conf.d/90-gru-watchdog.conf
|
||||
default_systemd
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue