pre_upgrade() {
	if (( $(vercmp "$2" 12.0.0-1) < 0 )); then
		echo -e "\n:: limine >= 12.0.0 may imply breaking changes for users with Secure Boot enabled\n   See the related note in the upstream changelog at https://github.com/Limine-Bootloader/Limine/blob/v12.0.0/ChangeLog\n"
	fi
}
