2021-09-07 21:08:48 +00:00
|
|
|
#!/bin/sh
|
|
|
|
|
|
|
|
# legacy u-boot images are no longer necessary, but were generated outside of
|
|
|
|
# packaging so remove them here to prevent a failed upgrade if /boot is too
|
|
|
|
# full
|
|
|
|
# see: https://gitlab.com/postmarketOS/pmaports/-/merge_requests/2449
|
2021-09-12 20:23:40 +00:00
|
|
|
rm -f /boot/uImage-postmarketos-allwinner
|
|
|
|
rm -f /boot/uInitrd-postmarketos-allwinner
|
|
|
|
|
|
|
|
exit 0
|