diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2015-12-08 14:40:00 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2015-12-08 14:40:00 -0500 |
commit | 83c699cbfbce9bda00bd0127d7522d85fbf3bdf4 (patch) | |
tree | 4e84a28bcca9862f33e50cb95e18397536f4b091 /pcr/polkit-consolekit/polkit.install | |
parent | 91d694f03ba7e35f7cf85df0935b05228e5af65e (diff) | |
download | abslibre-83c699cbfbce9bda00bd0127d7522d85fbf3bdf4.tar.gz abslibre-83c699cbfbce9bda00bd0127d7522d85fbf3bdf4.tar.bz2 abslibre-83c699cbfbce9bda00bd0127d7522d85fbf3bdf4.zip |
polkit-consolekit-0.113-3: rebuild
Diffstat (limited to 'pcr/polkit-consolekit/polkit.install')
-rw-r--r-- | pcr/polkit-consolekit/polkit.install | 9 |
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 -} |