summaryrefslogtreecommitdiffstats
path: root/kde/post-install
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2015-12-17 16:30:43 +0100
committer Eric Hameleers <alien@slackware.com>2015-12-17 16:30:43 +0100
commitd32a487b7e6e48c12d3b2298d7db5ca99bc2fad5 (patch)
tree1c4bd5a3383dbec391858dea32da74effc728868 /kde/post-install
parente73351b832cf819fe7018de268d42b6b065a21b6 (diff)
downloadktown-d32a487b7e6e48c12d3b2298d7db5ca99bc2fad5.tar.gz
ktown-d32a487b7e6e48c12d3b2298d7db5ca99bc2fad5.tar.xz
kcheckpass moved from plasma-workspace to kscreenlocker.
Diffstat (limited to 'kde/post-install')
-rw-r--r--kde/post-install/plasma-workspace.post-install4
1 files changed, 3 insertions, 1 deletions
diff --git a/kde/post-install/plasma-workspace.post-install b/kde/post-install/plasma-workspace.post-install
index a2cff96..b2df90e 100644
--- a/kde/post-install/plasma-workspace.post-install
+++ b/kde/post-install/plasma-workspace.post-install
@@ -22,5 +22,7 @@ mkdir -p $PKG/etc
mv $PKG//etc/kde/dbus-1 $PKG/etc/
# For shadow, this file needs to be setuid root just like the KDE4 version:
-chmod +s $PKG/usr/lib$LIBDIRSUFFIX/kcheckpass
+if [ -f $PKG/usr/lib$LIBDIRSUFFIX/kcheckpass ]; then
+ chmod +s $PKG/usr/lib$LIBDIRSUFFIX/kcheckpass
+fi