mirror of
https://github.com/flatpak/flatpak.git
synced 2026-03-13 12:41:01 -04:00
If EXTERNAL_INSTALL_DIR wasn't defined (which is likely, since nothing in the build system does), then we would tell the system helper to search /exports/share, which is not Flatpak's territory (but is a semi-commonly-used path for site-specific NFS shares, which might have contents that are inappropriate to search here). Installations that do define an external installation directory (Endless OS?) can easily override the Environment to include it by placing a drop-in in /etc/systemd/user/flatpak-system-helper.service.d/external.conf or similar.