Skip to content
Snippets Groups Projects
Verified Commit a3611e37 authored by Clayton Craft's avatar Clayton Craft :speech_balloon:
Browse files

main/sxmo-common: don't disable polkit service in post-{install,upgrade} (MR 2755)

rc-update fails if this service is not in the default runlevel,which is
the case if it's a brand new installation, or would be the case later on
upgrading this package again after the service was already removed from
the runlevel.

The issue that c47c62e3 set out to solve isn't fatal, if polkit fails to
start by openrc then users can manually remove it from the runlevel.

partially reverts c47c62e3

[ci:skip-build] already built successfully in CI
parent 029cf83c
Branches
No related tags found
No related merge requests found
Pipeline #200035 passed
......@@ -2,7 +2,7 @@
# Maintainer: Miles Alan <m@milesalan.com>
pkgname=sxmo-common
pkgver=1.6.0
pkgrel=7
pkgrel=8
pkgdesc="Simple Mobile: Core package to build custom SXMO desktop environments"
url="http://sr.ht/~mil/Sxmo"
arch="noarch !armhf"
......
......@@ -5,6 +5,3 @@ rc-update add sxmo-setpermissions default
rc-update add modemmanager default
rc-update add tinydm default
rc-update add networkmanager default
# https://gitlab.com/postmarketOS/pmaports/-/issues/1325
rc-update del polkit
  • Administrator @root

    mentioned in commit e0c5363a

    By clayton craft on 2021-12-16T04:42:34

    · Imported

    mentioned in commit e0c5363a

    By clayton craft on 2021-12-16T04:42:34

    Edited by Ghost User
    Toggle commit list
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment