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.install9
1 files changed, 0 insertions, 9 deletions
diff --git a/pcr/polkit-consolekit/polkit.install b/pcr/polkit-consolekit/polkit.install
index fbb98919e..e917e0095 100644
--- a/pcr/polkit-consolekit/polkit.install
+++ b/pcr/polkit-consolekit/polkit.install
@@ -7,12 +7,3 @@ post_install() {
post_upgrade() {
post_install
}
-
-post_remove() {
- if getent passwd polkitd >/dev/null; then
- userdel polkitd
- fi
- if getent group polkitd >/dev/null; then
- groupdel polkitd
- fi
-}