update src/usr/bin/amber-pm-convert.

Signed-off-by: shenmo <jifengshenmo@outlook.com>
This commit is contained in:
2026-03-27 01:51:28 +00:00
committed by Gitee
parent 0611165355
commit 7a6be8244f

View File

@@ -655,7 +655,7 @@ log.info "搜索并清理 .dpkg-new 文件..."
log.info "删除 .dpkg-new 文件.."
find "$CRAFT_DIR/core" -name "*.dpkg-new" 2>/dev/null | while read -r file; do
sudo rm -vf "$file"
sudo rm -vfr "$file"
done
# 统计清理结果