pre_upgrade() {
  if (( $(vercmp $2 0.19-1) < 0)); then
    systemctl --global disable xdg-user-dirs-update.service
  fi
}
