1
0
Fork 0
mirror of https://github.com/JasonN3/build-container-installer.git synced 2025-12-25 02:47:56 +01:00
build-container-installer/lorax_templates/flatpak_link.tmpl
Jason N b5c953d8d3
Automatically determine Flatpak dependencies (#86)
Co-authored-by: Noel Miller <noelmiller@protonmail.com>
2024-03-26 14:17:21 -04:00

5 lines
No EOL
101 B
Cheetah

<%page args="flatpak_dir"/>
%if flatpak_dir != "":
symlink /run/install/repo/flatpak /flatpak
%endif