diff --git a/main/postmarketos-ui-kodi/APKBUILD b/main/postmarketos-ui-kodi/APKBUILD index 11ce3c2ce..9c9dede17 100644 --- a/main/postmarketos-ui-kodi/APKBUILD +++ b/main/postmarketos-ui-kodi/APKBUILD @@ -2,13 +2,13 @@ # Maintainer: Bart Ribbers pkgname=postmarketos-ui-kodi pkgver=1 -pkgrel=1 +pkgrel=2 pkgdesc="(Wayland) 10-foot UI useful on TV's" url="https://kodi.tv" arch="noarch" license="GPL-3.0-or-later" -depends="kodi-wayland kodi cage lightdm-openrc xorg-server" -install="$pkgname.post-install" +depends="kodi-wayland kodi cage lightdm lightdm-openrc xorg-server" +install="$pkgname.post-install $pkgname.post-upgrade" source="60-lightdm-autologin.conf kodi.desktop" options="!check" diff --git a/main/postmarketos-ui-kodi/postmarketos-ui-kodi.post-upgrade b/main/postmarketos-ui-kodi/postmarketos-ui-kodi.post-upgrade new file mode 120000 index 000000000..1c11d4525 --- /dev/null +++ b/main/postmarketos-ui-kodi/postmarketos-ui-kodi.post-upgrade @@ -0,0 +1 @@ +postmarketos-ui-kodi.post-install \ No newline at end of file