post_upgrade() {
  (( $(vercmp $2 0.8.3) < 0 )) && cat <<MSG
ATTENTION:
  /etc/NetworkManager/nm-system-settings.conf has been replaced
  by /etc/NetworkManager/NetworkManager.conf. Make sure you move
  any custom settings to the new config file.
MSG
  true
}