summaryrefslogtreecommitdiffstats
path: root/core/modules/polkit/module.conf.ubuntu
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/module.conf.ubuntu
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/module.conf.ubuntu')
-rw-r--r--core/modules/polkit/module.conf.ubuntu6
1 files changed, 2 insertions, 4 deletions
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
"