Skip to content

Commit 202eb83

Browse files
committed
Remove checksum files
1 parent 114e9e8 commit 202eb83

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

unpack-firmware

+2-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,8 @@ for zip in "$outdir"/*.zip; do
7777
continue
7878
fi
7979

80-
rm -vf "$zip"
80+
img="${zip%.zip}" # system.img.zip -> system.img, for system.img.{sh,lst}.
81+
rm -vf "$zip" "$img".sh "$img".lst
8182
done
8283

8384
# Concatenate system image

0 commit comments

Comments
 (0)