2021-09-07 14:08:48 -07: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 22:23:40 +02:00
|
|
|
rm -f /boot/uImage-postmarketos-allwinner
|
|
|
|
rm -f /boot/uInitrd-postmarketos-allwinner
|
|
|
|
|
|
|
|
exit 0
|