sxmo: Dont add polkit to default run level (MR 2750)
it's started by dbus [ci:skip-build] already built successfully in CI
This commit is contained in:
parent
2a83c33cb9
commit
c47c62e31f
2 changed files with 4 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
# Maintainer: Miles Alan <m@milesalan.com>
|
# Maintainer: Miles Alan <m@milesalan.com>
|
||||||
pkgname=sxmo-common
|
pkgname=sxmo-common
|
||||||
pkgver=1.6.0
|
pkgver=1.6.0
|
||||||
pkgrel=6
|
pkgrel=7
|
||||||
pkgdesc="Simple Mobile: Core package to build custom SXMO desktop environments"
|
pkgdesc="Simple Mobile: Core package to build custom SXMO desktop environments"
|
||||||
url="http://sr.ht/~mil/Sxmo"
|
url="http://sr.ht/~mil/Sxmo"
|
||||||
arch="noarch !armhf"
|
arch="noarch !armhf"
|
||||||
|
|
|
@ -5,4 +5,6 @@ rc-update add sxmo-setpermissions default
|
||||||
rc-update add modemmanager default
|
rc-update add modemmanager default
|
||||||
rc-update add tinydm default
|
rc-update add tinydm default
|
||||||
rc-update add networkmanager default
|
rc-update add networkmanager default
|
||||||
rc-update add polkit default
|
|
||||||
|
# https://gitlab.com/postmarketOS/pmaports/-/issues/1325
|
||||||
|
rc-update del polkit
|
||||||
|
|
Loading…
Reference in a new issue