eol() {
  echo ">>> NOTE: 5.4.302 is the last maintenance release for the linux54 series."
  echo "    This kernel is now marked 'End Of Life' (EOL)."
  echo "    "
  echo "    It is recommend to switch to a newer linux series:"
  echo "    'sudo mhwd-kernel -i linux64'"
  echo "    "
}

post_upgrade() {
  eol
}

post_install() {
  eol
}
