mirror of
https://gitee.com/amber-ce/amber-pm
synced 2026-08-08 05:43:56 +08:00
update src/usr/bin/amber-pm-convert.
Signed-off-by: shenmo <jifengshenmo@outlook.com>
This commit is contained in:
@@ -655,7 +655,7 @@ log.info "搜索并清理 .dpkg-new 文件..."
|
|||||||
log.info "删除 .dpkg-new 文件.."
|
log.info "删除 .dpkg-new 文件.."
|
||||||
find "$CRAFT_DIR/core" -name "*.dpkg-new" 2>/dev/null | while read -r file; do
|
find "$CRAFT_DIR/core" -name "*.dpkg-new" 2>/dev/null | while read -r file; do
|
||||||
|
|
||||||
sudo rm -vf "$file"
|
sudo rm -vfr "$file"
|
||||||
done
|
done
|
||||||
|
|
||||||
# 统计清理结果
|
# 统计清理结果
|
||||||
|
|||||||
Reference in New Issue
Block a user