diff options
Diffstat (limited to 'testing/source/vtown/kde/post-install/kscreenlocker.post-install')
-rw-r--r-- | testing/source/vtown/kde/post-install/kscreenlocker.post-install | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/testing/source/vtown/kde/post-install/kscreenlocker.post-install b/testing/source/vtown/kde/post-install/kscreenlocker.post-install new file mode 100644 index 00000000..203cff04 --- /dev/null +++ b/testing/source/vtown/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 |