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 <asterboese@mailbox.org>
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/8949>
This commit is contained in:
Aster Boese 2026-07-04 13:53:34 +02:00 committed by The Friendly Meow (merge) Bot
parent b0c160e37d
commit fd647db428
No known key found for this signature in database

View file

@ -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.