summaryrefslogtreecommitdiffstats
path: root/core/modules/polkit
diff options
context:
space:
mode:
authorJonathan Bauer2019-02-13 11:08:13 +0100
committerJonathan Bauer2019-02-13 11:08:13 +0100
commita98c0c6f8a38de9a29745884fe581f07e3833ed1 (patch)
tree0e84e1376c29a8d186ffa1e139a1df9bdc445953 /core/modules/polkit
parent[rfs-s32] remove unneeded libcrypto (diff)
downloadmltk-a98c0c6f8a38de9a29745884fe581f07e3833ed1.tar.gz
mltk-a98c0c6f8a38de9a29745884fe581f07e3833ed1.tar.xz
mltk-a98c0c6f8a38de9a29745884fe581f07e3833ed1.zip
[polkit] remove library missing in newer ubuntu
we never knew why this was needed anyway... Confirmed that poweroff and restart lightdm actions still work.
Diffstat (limited to 'core/modules/polkit')
-rw-r--r--core/modules/polkit/module.conf2
-rw-r--r--core/modules/polkit/module.conf.ubuntu6
2 files changed, 3 insertions, 5 deletions
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
"