post_upgrade() {
  if (($(vercmp 0.20-3 $2) > 0)); then
    chmod 700 /var/lib/ead/
    chmod 700 /var/lib/iwd/
  fi
}
