From a98c0c6f8a38de9a29745884fe581f07e3833ed1 Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Wed, 13 Feb 2019 11:08:13 +0100 Subject: [polkit] remove library missing in newer ubuntu we never knew why this was needed anyway... Confirmed that poweroff and restart lightdm actions still work. --- core/modules/polkit/module.conf | 2 +- core/modules/polkit/module.conf.ubuntu | 6 ++---- 2 files changed, 3 insertions(+), 5 deletions(-) (limited to 'core/modules/polkit') diff --git a/core/modules/polkit/module.conf b/core/modules/polkit/module.conf index de574ee0..ad313682 100644 --- a/core/modules/polkit/module.conf +++ b/core/modules/polkit/module.conf @@ -10,5 +10,5 @@ REQUIRED_FILES=" /usr/share/dbus-1/system-services/org.freedesktop.PolicyKit1.service /etc/systemd/system/polkit.service " -REQUIRED_LIBRARIES="libmozjs185" +#REQUIRED_LIBRARIES="libmozjs185" diff --git a/core/modules/polkit/module.conf.ubuntu b/core/modules/polkit/module.conf.ubuntu index db4e5523..ff905b63 100644 --- a/core/modules/polkit/module.conf.ubuntu +++ b/core/modules/polkit/module.conf.ubuntu @@ -1,9 +1,7 @@ #!/bin/bash -REQUIRED_INSTALLED_PACKAGES=" - libmozjs185-1.0 -" +REQUIRED_INSTALLED_PACKAGES="" +# libmozjs185-1.0 REQUIRED_CONTENT_PACKAGES=" - libmozjs185-1.0 policykit-1 policykit-desktop-privileges " -- cgit v1.2.3-55-g7522