From ee60ea5640004a6d7216c6dbf25f14ffa8b90998 Mon Sep 17 00:00:00 2001 From: Clayton Craft Date: Thu, 28 May 2026 22:27:21 -0700 Subject: [PATCH] main/postmarketos-base-ui: only install sleep-inhibitor on openrc Signed-off-by: Clayton Craft Part-of: --- main/postmarketos-base-ui/APKBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/main/postmarketos-base-ui/APKBUILD b/main/postmarketos-base-ui/APKBUILD index 742170266..070784494 100644 --- a/main/postmarketos-base-ui/APKBUILD +++ b/main/postmarketos-base-ui/APKBUILD @@ -1,6 +1,6 @@ maintainer="Clayton Craft " 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() {