main/postmarketos-base-ui: Fix sleep-inhibitor installation on openrc (MR 6062)
[ci:skip-build]: already built successfully in CI (except armhf, due to known qemu issue)
This commit is contained in:
parent
89003fbc1b
commit
c4693ffaee
1 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Clayton Craft <clayton@craftyguy.net>
|
||||
pkgname=postmarketos-base-ui
|
||||
pkgver=31
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Meta package for minimal postmarketOS UI base"
|
||||
url="https://postmarketos.org"
|
||||
arch="noarch"
|
||||
|
|
@ -155,7 +155,7 @@ _openrc() {
|
|||
elogind() {
|
||||
install_if="$pkgname=$pkgver-r$pkgrel elogind"
|
||||
install="$subpkgname.post-install"
|
||||
depends="!systemd-logind"
|
||||
depends="!systemd-logind sleep-inhibitor-openrc"
|
||||
replaces="
|
||||
elogind
|
||||
sleep-inhibitor
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue