summaryrefslogtreecommitdiffstats
path: root/source/l/polkit/doinst.sh
diff options
context:
space:
mode:
Diffstat (limited to 'source/l/polkit/doinst.sh')
-rw-r--r--source/l/polkit/doinst.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/source/l/polkit/doinst.sh b/source/l/polkit/doinst.sh
index 3d81307e8..840abca13 100644
--- a/source/l/polkit/doinst.sh
+++ b/source/l/polkit/doinst.sh
@@ -10,9 +10,7 @@ config() {
# Otherwise, we leave the .new copy for the admin to consider...
}
-if [ -r etc/pam.d/polkit-1.new ]; then
- config etc/pam.d/polkit-1.new
-fi
+config etc/pam.d/polkit-1.new
# Make sure the polkitd user and group exist:
if ! grep -q "^polkitd:" etc/passwd ; then