1
0
Fork 0
mirror of https://github.com/JasonN3/build-container-installer.git synced 2025-12-25 19:07:54 +01:00
build-container-installer/lorax_templates/flatpak_link.tmpl
2024-03-25 12:07:06 -04:00

5 lines
No EOL
101 B
Cheetah

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