From: "Theo de Raadt" Subject: Re: Unprivileged font cache: src To: tech@openbsd.org Date: Thu, 03 Jul 2025 07:30:30 -0600 + # Transition users to unprivileged font cache + if [[ $MODE == upgrade ]]; then + chown -R _fc-cache:_fc-cache /mnt/var/cache/fontconfig + fi I think this is wasting installer bytes. It causes no problems if run at install time. Just delete the conditional.