From b88aedeb07b3c9e3c351adc192dde1c0580dc866 Mon Sep 17 00:00:00 2001 From: Luca Weiss Date: Thu, 8 Jan 2026 09:42:24 +0100 Subject: [PATCH] main/postmarketos-ui-phosh: run rc-update on post-upgrade as well We need to run rc-update for greetd, otherwise after pma!6106 there's no greeter/login manager service enabled anymore. Part-of: --- main/postmarketos-ui-phosh/APKBUILD | 4 ++-- .../postmarketos-ui-phosh-openrc.post-upgrade | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) create mode 120000 main/postmarketos-ui-phosh/postmarketos-ui-phosh-openrc.post-upgrade diff --git a/main/postmarketos-ui-phosh/APKBUILD b/main/postmarketos-ui-phosh/APKBUILD index 4dc1433f4..89dbfe704 100644 --- a/main/postmarketos-ui-phosh/APKBUILD +++ b/main/postmarketos-ui-phosh/APKBUILD @@ -4,7 +4,7 @@ # Co-Maintainer: Achill Gilgenast pkgname=postmarketos-ui-phosh pkgver=27 -pkgrel=0 +pkgrel=1 pkgdesc="(Wayland) Mobile UI initially developed for the Librem 5" url="https://phosh.mobi" arch="noarch !armhf" @@ -60,7 +60,7 @@ default_osk() { openrc() { install_if="$pkgname=$pkgver-r$pkgrel openrc" - install="$subpkgname.post-install" + install="$subpkgname.post-install $subpkgname.post-upgrade" depends="greetd-openrc" replaces="greetd-openrc" diff --git a/main/postmarketos-ui-phosh/postmarketos-ui-phosh-openrc.post-upgrade b/main/postmarketos-ui-phosh/postmarketos-ui-phosh-openrc.post-upgrade new file mode 120000 index 000000000..48197124d --- /dev/null +++ b/main/postmarketos-ui-phosh/postmarketos-ui-phosh-openrc.post-upgrade @@ -0,0 +1 @@ +postmarketos-ui-phosh-openrc.post-install \ No newline at end of file