summaryrefslogtreecommitdiffstats
path: root/kde
diff options
context:
space:
mode:
Diffstat (limited to 'kde')
-rw-r--r--kde/post-install/powerdevil.post-install2
1 files changed, 1 insertions, 1 deletions
diff --git a/kde/post-install/powerdevil.post-install b/kde/post-install/powerdevil.post-install
index 9f7004f..4d6b9f8 100644
--- a/kde/post-install/powerdevil.post-install
+++ b/kde/post-install/powerdevil.post-install
@@ -10,7 +10,7 @@ install -m 0644 -o root \
$CWD/post-install/powerdevil/10-enable-upower-suspend.rules \
$PKG/etc/polkit-1/rules.d/10-enable-upower-suspend.rules.new
-if [ "$SLKELOGIND" = "no" ]; then
+if [ "$SLKELOGIND" == "no" ]; then
# Add ConsoleKit2 policy file that allows users in the 'power' group
# to shutdown/reboot the computer:
install -m 0644 -o root \