summaryrefslogtreecommitdiff
path: root/pcr/polkit-consolekit/polkit.install
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2015-12-08 14:40:00 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2015-12-08 14:40:00 -0500
commit83c699cbfbce9bda00bd0127d7522d85fbf3bdf4 (patch)
tree4e84a28bcca9862f33e50cb95e18397536f4b091 /pcr/polkit-consolekit/polkit.install
parent91d694f03ba7e35f7cf85df0935b05228e5af65e (diff)
polkit-consolekit-0.113-3: rebuild
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
-}