main/postmarketos-ui-cosmic: enable tuned-ppd service for OpenRC
Signed-off-by: Aster Boese <asterboese@mailbox.org> Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/7190>
This commit is contained in:
parent
2ba8cd454f
commit
3db8696b57
2 changed files with 6 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
|||
# Contributor: Aster Boese <asterboese@mailbox.org>
|
||||
pkgname=postmarketos-ui-cosmic
|
||||
pkgver=2
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="COSMIC Desktop Environment from System76"
|
||||
url="https://system76.com/cosmic/"
|
||||
# Only tested on these archs.
|
||||
|
|
@ -77,6 +77,9 @@ openrc() {
|
|||
seatd
|
||||
seatd-openrc
|
||||
"
|
||||
_pmb_recommends="
|
||||
tuned-ppd-openrc
|
||||
"
|
||||
mkdir -p "$subpkgdir"
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -5,5 +5,7 @@ rc-update add cosmic-greeter default
|
|||
rc-update add elogind default
|
||||
rc-update add networkmanager default
|
||||
rc-update add seatd default
|
||||
# user can remove tuned-ppd, requiring true
|
||||
rc-update add tuned-ppd default || true
|
||||
|
||||
exit 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue