post_upgrade() {
	if (( $(vercmp "$2" 2026.2.25) < 0 )); then
		cat <<'EOD'
NOTE: NTFS userspace utilities (mkfs.ntfs, ntfsfix, ntfsinfo, etc.) have been
      split into a separate package. Run `pacman -S ntfsprogs` to install them.
EOD
	fi
}
