eol() {
  echo ">>> NOTE, 6.15.11 is the last maintenance release of the 6.16 kernel series."
  echo "    This kernel is now marked 'End Of Life' (EOL)."
  echo "    "
  echo "    It is recommend to switch to the newer linux616 series:"
  echo "    'sudo mhwd-kernel -i linux616'"
  echo "    "
}

post_upgrade() {
  eol
}

post_install() {
  eol
}

