mirror of
https://gitee.com/amber-ce/amber-pm
synced 2026-02-04 10:11:36 +08:00
update src/usr/bin/amber-pm-convert.
Signed-off-by: shenmo <jifengshenmo@outlook.com>
This commit is contained in:
@@ -653,7 +653,7 @@ log.info "搜索并清理 .dpkg-new 文件..."
|
||||
# 在 core 目录下查找并删除所有以 .dpkg-new 结尾的文件
|
||||
find "$CRAFT_DIR/core" -name "*.dpkg-new" 2>/dev/null | while read -r file; do
|
||||
log.info "删除: $file"
|
||||
rm -f "$file"
|
||||
sudo rm -f "$file"
|
||||
done
|
||||
|
||||
# 统计清理结果
|
||||
|
||||
Reference in New Issue
Block a user