diff --git a/main/postmarketos-ui-phosh/APKBUILD b/main/postmarketos-ui-phosh/APKBUILD index 832004c6a..953573a5d 100644 --- a/main/postmarketos-ui-phosh/APKBUILD +++ b/main/postmarketos-ui-phosh/APKBUILD @@ -2,13 +2,13 @@ # Maintainer: Bart Ribbers pkgname=postmarketos-ui-phosh pkgver=1 -pkgrel=5 +pkgrel=6 pkgdesc="(Wayland) Mobile UI developed for the Librem 5 (does not work for armhf)" url="https://puri.sm" arch="noarch !armhf" license="GPL-3.0-or-later" -depends="phosh lightdm-openrc xorg-server postmarketos-artwork-wallpapers epiphany calls chatty " -install="$pkgname.post-install" +depends="phosh lightdm lightdm-openrc xorg-server postmarketos-artwork-wallpapers epiphany calls chatty " +install="$pkgname.post-install $pkgname.post-upgrade" source="60-lightdm-autologin.conf 000-gschema.override osk.sh" options="!check" diff --git a/main/postmarketos-ui-phosh/postmarketos-ui-phosh.post-upgrade b/main/postmarketos-ui-phosh/postmarketos-ui-phosh.post-upgrade new file mode 120000 index 000000000..250612f1b --- /dev/null +++ b/main/postmarketos-ui-phosh/postmarketos-ui-phosh.post-upgrade @@ -0,0 +1 @@ +postmarketos-ui-phosh.post-install \ No newline at end of file