pmaports/device/main/device-pine64-pinephone/device-pine64-pinephone.pre-upgrade
Pablo Correa Gómez 9552b4a781
*/*: update references to gitlab.postmarketos.org that need no rebuild (MR 5696)
These are in files or parts of files that are not part of the
checksums, or that serve as packaging-information only. Thus, require
no rebuild
2024-10-07 12:57:38 +02:00

10 lines
348 B
Bash

#!/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.postmarketos.org/postmarketOS/pmaports/-/merge_requests/2449
rm -f /boot/uImage-postmarketos-allwinner
rm -f /boot/uInitrd-postmarketos-allwinner
exit 0