summaryrefslogtreecommitdiff
path: root/pcr/polkit-consolekit/polkit.install
diff options
context:
space:
mode:
Diffstat (limited to 'pcr/polkit-consolekit/polkit.install')
-rw-r--r--pcr/polkit-consolekit/polkit.install15
1 files changed, 0 insertions, 15 deletions
diff --git a/pcr/polkit-consolekit/polkit.install b/pcr/polkit-consolekit/polkit.install
deleted file mode 100644
index 422db623c..000000000
--- a/pcr/polkit-consolekit/polkit.install
+++ /dev/null
@@ -1,15 +0,0 @@
-post_install() {
- getent group polkitd || groupadd -g 102 polkitd
- getent passwd polkitd || useradd -c 'Policy Kit Daemon' -u 102 -g polkitd -G proc -d '/' -s /usr/bin/nologin polkitd
- passwd -l polkitd &>/dev/null
-}
-
-post_upgrade() {
- post_install
-
- if (( $(vercmp $2 0.113-6) < 0 )); then
- usermod -aG proc -s /usr/bin/nologin polkitd
- chown root:102 /{etc,usr/share}/polkit-1/rules.d
- chmod 750 /{etc,usr/share}/polkit-1/rules.d
- fi
-}