summaryrefslogtreecommitdiffstats
path: root/kde/post-install/powerdevil.post-install
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2020-06-18 14:36:05 +0200
committer Eric Hameleers <alien@slackware.com>2020-06-18 14:36:05 +0200
commite96e8bc82f5d802ed1a1a48f16be22f2a44db39a (patch)
tree5bd3b9feded2040beb44aff7b68ad2be055f95d8 /kde/post-install/powerdevil.post-install
parent6ad1478176f8f79c2556488fde04976db6fbb397 (diff)
downloadktown-e96e8bc82f5d802ed1a1a48f16be22f2a44db39a.tar.gz
ktown-e96e8bc82f5d802ed1a1a48f16be22f2a44db39a.tar.xz
Let's add that second '=' ;-)
Diffstat (limited to '')
-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 \