6 lines
142 B
Plaintext
6 lines
142 B
Plaintext
|
. lib/lsb/init-functions
|
||
|
if [ ! -z "`cards list|grep sddm\ `" ]; then
|
||
|
log_failure_msg "${WARNING}sddm${NORMAL} should be removed"
|
||
|
exit 1
|
||
|
fi
|