summaryrefslogtreecommitdiffstats
path: root/source/kde/kde/post-install/kscreenlocker.post-install
diff options
context:
space:
mode:
Diffstat (limited to 'source/kde/kde/post-install/kscreenlocker.post-install')
-rw-r--r--source/kde/kde/post-install/kscreenlocker.post-install4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/kde/kde/post-install/kscreenlocker.post-install b/source/kde/kde/post-install/kscreenlocker.post-install
new file mode 100644
index 000000000..203cff041
--- /dev/null
+++ b/source/kde/kde/post-install/kscreenlocker.post-install
@@ -0,0 +1,4 @@
+if [ "$SLACKPAM" == "no" ]; then
+ # For shadow, this file needs to be setuid root:
+ chmod +s $PKG/usr/lib$LIBDIRSUFFIX/kcheckpass
+fi