pkg-linux-sm8550/linux-sm8550.install
BigfootACA 0f5e44e473
Some checks reported errors
gitea/pkg-linux-sm8550/pipeline/head Something is wrong with the build of this commit
initial commit
2024-01-13 06:49:40 +08:00

11 lines
281 B
Plaintext

post_upgrade() {
if findmnt --fstab -uno SOURCE /boot &>/dev/null && ! mountpoint -q /boot; then
echo "WARNING: /boot appears to be a separate partition but is not mounted."
fi
}
post_remove() {
rm -f boot/initramfs-linux.img
rm -f boot/initramfs-linux-fallback.img
}