post_upgrade() {
  if (( $(vercmp "$2" 0.10.0) < 0 )); then
    echo "==> Since 0.10.0, the config file has been renamed to /etc/throttled.conf,"
    echo "==> and systemd service has been renamed to throttled.service."
    echo "==> Please adjust your settings accordingly."
  fi
}
