main/postmarketos-ui-plasma-mobile: move install to global scope
See https://gitlab.postmarketos.org/postmarketOS/pmaports/-/issues/4032 Signed-off-by: Stefan Hansson <newbyte@postmarketos.org> Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/7412>
This commit is contained in:
parent
31b9f2fd87
commit
5ace0ecab7
1 changed files with 6 additions and 2 deletions
|
|
@ -33,6 +33,12 @@ source="
|
|||
org.kde.plasma.mobile.homescreen.folio.js
|
||||
"
|
||||
subpackages="$pkgname-extras $pkgname-openrc $pkgname-systemd"
|
||||
install="
|
||||
$pkgname-openrc.post-install
|
||||
$pkgname-openrc.post-upgrade
|
||||
$pkgname-systemd.post-install
|
||||
$pkgname-systemd.post-upgrade
|
||||
"
|
||||
replaces="plasma-mobile plasma-mobile-meta"
|
||||
options="!check pmb:drm pmb:systemd"
|
||||
|
||||
|
|
@ -68,7 +74,6 @@ extras() {
|
|||
|
||||
openrc() {
|
||||
install_if="$pkgname=$pkgver-r$pkgrel openrc"
|
||||
install="$subpkgname.post-install $subpkgname.post-upgrade"
|
||||
depends="
|
||||
modemmanager-openrc
|
||||
openrc
|
||||
|
|
@ -81,7 +86,6 @@ openrc() {
|
|||
|
||||
systemd() {
|
||||
default_systemd
|
||||
install="$subpkgname.post-install $subpkgname.post-upgrade"
|
||||
|
||||
mkdir -p "$subpkgdir"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue