main/postmarketos-base-ui-gnome: auto-start apk-polkit on systemd (MR 5284)
fixes one issue reported in https://gitlab.com/postmarketOS/pmaports/-/issues/2899 [ci:skip-build]: already built successfully in CI
This commit is contained in:
parent
42640780d4
commit
629a143de2
2 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Maintainer: Oliver Smith <ollieparanoid@postmarketos.org>
|
# Maintainer: Oliver Smith <ollieparanoid@postmarketos.org>
|
||||||
pkgname=postmarketos-base-ui-gnome
|
pkgname=postmarketos-base-ui-gnome
|
||||||
pkgver=3
|
pkgver=3
|
||||||
pkgrel=8
|
pkgrel=9
|
||||||
pkgdesc="Meta package for shared configuration for GNOME-based UIs"
|
pkgdesc="Meta package for shared configuration for GNOME-based UIs"
|
||||||
url="https://postmarketos.org"
|
url="https://postmarketos.org"
|
||||||
arch="noarch"
|
arch="noarch"
|
||||||
|
|
|
@ -3,3 +3,4 @@
|
||||||
systemctl enable bluetooth
|
systemctl enable bluetooth
|
||||||
systemctl enable ModemManager
|
systemctl enable ModemManager
|
||||||
systemctl enable NetworkManager
|
systemctl enable NetworkManager
|
||||||
|
systemctl enable apk-polkit-server
|
||||||
|
|
Loading…
Reference in a new issue