#!/bin/sh

post_upgrade() {
  if [ "$(vercmp 9-2 "$2")" -eq 1 ]; then
    echo "==> Kernel modules are now only read from /usr/lib/modules, all custom"
    echo "    built kernels and modules must be moved there before rebooting."
  fi
}