From a3611e3797872526bb7c980dfab78e34d5912f45 Mon Sep 17 00:00:00 2001 From: Clayton Craft Date: Wed, 15 Dec 2021 20:19:17 -0800 Subject: [PATCH] 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 --- main/sxmo-common/APKBUILD | 2 +- main/sxmo-common/sxmo-common.post-install | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/main/sxmo-common/APKBUILD b/main/sxmo-common/APKBUILD index 08c1bc8e9..30f45761c 100644 --- a/main/sxmo-common/APKBUILD +++ b/main/sxmo-common/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Miles Alan 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" diff --git a/main/sxmo-common/sxmo-common.post-install b/main/sxmo-common/sxmo-common.post-install index 8381268d4..3bdd49dfe 100644 --- a/main/sxmo-common/sxmo-common.post-install +++ b/main/sxmo-common/sxmo-common.post-install @@ -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