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: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/7703>
This commit is contained in:
Luca Weiss 2026-01-08 09:42:24 +01:00 committed by The Friendly Merge Bot
parent 0dd3833131
commit b88aedeb07
No known key found for this signature in database
2 changed files with 3 additions and 2 deletions

View file

@ -4,7 +4,7 @@
# Co-Maintainer: Achill Gilgenast <achill@achill.org>
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"

View file

@ -0,0 +1 @@
postmarketos-ui-phosh-openrc.post-install