main/postmarketos-base-ui: only install sleep-inhibitor on openrc
Signed-off-by: Clayton Craft <craftyguy@postmarketos.org> Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/8672>
This commit is contained in:
parent
e4a8fb375c
commit
ee60ea5640
1 changed files with 3 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
|||
maintainer="Clayton Craft <clayton@craftyguy.net>"
|
||||
pkgname=postmarketos-base-ui
|
||||
pkgver=54
|
||||
pkgver=55
|
||||
pkgrel=0
|
||||
pkgdesc="Meta package for minimal postmarketOS UI base"
|
||||
url="https://postmarketos.org"
|
||||
|
|
@ -19,7 +19,6 @@ depends="
|
|||
postmarketos-base
|
||||
postmarketos-bootsplash-virtual
|
||||
shadow
|
||||
sleep-inhibitor
|
||||
tzdata
|
||||
util-linux
|
||||
wireless-regdb
|
||||
|
|
@ -168,10 +167,11 @@ openrc() {
|
|||
dbus-openrc
|
||||
haveged-openrc
|
||||
openrc
|
||||
sleep-inhibitor
|
||||
util-linux-openrc
|
||||
"
|
||||
|
||||
mkdir -p "$subpkgdir"
|
||||
amove etc/sleep-inhibitor.conf
|
||||
}
|
||||
|
||||
elogind() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue