From fd647db4287d392f7c938e1febe6cabed95faf35 Mon Sep 17 00:00:00 2001 From: Aster Boese Date: Sat, 4 Jul 2026 13:53:34 +0200 Subject: [PATCH] main/postmarketos-base-ui: remove _pmb_default call _pmb_default is only for changing the default provider from the package with the highest provider_priority. This package is using it with the providers that already have the highest priority, making _pmb_default a no-op. Thus, removing this is a basic logic cleanup. Signed-off-by: Aster Boese Part-of: --- main/postmarketos-base-ui/APKBUILD | 1 - 1 file changed, 1 deletion(-) diff --git a/main/postmarketos-base-ui/APKBUILD b/main/postmarketos-base-ui/APKBUILD index 105775a80..9bbde42fc 100644 --- a/main/postmarketos-base-ui/APKBUILD +++ b/main/postmarketos-base-ui/APKBUILD @@ -107,7 +107,6 @@ flatpath() { source="$(flatpath $_source644 $_source600 $_source755)" _pmb_select="postmarketos-base-ui-audio-backend postmarketos-base-ui-wifi" -_pmb_default="postmarketos-base-ui-audio-backend-pulseaudio postmarketos-base-ui-wifi-wpa_supplicant" package() { # wifi, audio and init backends are provided by a subpackage in this # APKBUILD and it won't exist when this is evaluated at the top level.