PKGBUILDs/core/linux-aarch64-rc/linux-aarch64-rc.install

11 lines
281 B
Plaintext
Raw Normal View History

2015-10-12 00:25:36 +00:00
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() {
2015-10-26 00:24:01 +00:00
rm -f boot/initramfs-linux.img
rm -f boot/initramfs-linux-fallback.img
2015-10-12 00:25:36 +00:00
}