Fabian Vogt 2017-06-15 13:13:42 +00:00 committed by Git OBS Bridge
parent 54f6f75443
commit cc440749cc

View File

@ -118,7 +118,7 @@ exit 0
/usr/sbin/pam-config -a --unix || : /usr/sbin/pam-config -a --unix || :
/sbin/ldconfig /sbin/ldconfig
if [ $1 = 2 ] && [ -f /run/kscreenlocker_restart ]; then if [ $1 = 2 ] && [ -f /run/kscreenlocker_restart ]; then
/usr/bin/killall -TERM kscreenlocker_greet /usr/bin/killall -TERM kscreenlocker_greet || :
rm /run/kscreenlocker_restart rm /run/kscreenlocker_restart
fi fi
exit 0 exit 0