post_upgrade() {
  if [ "$(vercmp $2 1.8.1-1)" -lt 0 ]
  then
    echo 'Since 1.8.1-1 there is a new configuration file at /etc/dnscrypt-proxy.conf. The systemd unit has been configured to use it, so please adjust your settings there.'
  fi
}
