fix(payload-import): remove early-stage test/elif usage and use kaem-safe device setup

This commit is contained in:
vxtls 2026-03-01 15:11:07 -05:00
parent aa36ef046c
commit 9fc53eb1cd
2 changed files with 5 additions and 13 deletions

View file

@ -14,8 +14,4 @@ if match x${UPDATE_CHECKSUMS} xTrue; then
/usr/bin/payload-import
cp ${pkg}.checksums ${SRCDIR}
else
if test -f ${pkg}.checksums; then
sha256sum -c ${pkg}.checksums
fi
fi