From d32a487b7e6e48c12d3b2298d7db5ca99bc2fad5 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Thu, 17 Dec 2015 16:30:43 +0100 Subject: kcheckpass moved from plasma-workspace to kscreenlocker. --- kde/post-install/plasma-workspace.post-install | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'kde/post-install/plasma-workspace.post-install') 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 -- cgit v1.2.3