6 lines
85 B
Bash
6 lines
85 B
Bash
#!/bin/sh
|
|
|
|
rm -rfv "${DESTINATION_IMAGE_DIR}"/usr/bin/qemu-arm-binfmt || die
|
|
|
|
exit 0
|