New review comment by ahesford on void-packages repository https://github.com/void-linux/void-packages/pull/23962#discussion_r463327520 Comment: This is not the right way to handle this configuration snippet. In fact, fontconfig improperly installs several snippets in `/etc/fonts/conf.d`. The point of `/etc/fonts/conf.d` is to allow site-specific customization of fontconfig, but symlinks managed by the package will be recreated if the user deletes them and reinstalls or updates the package. Also, if the user removes the managed links, `xbps-pkgdb` will complain about broken symlinks when checking package integrity. The right way to manage these symlinks is create an `INSTALL` script, run only for the initial installation and not an upgrade.