webpin/sources/flatpak.sh

8 lines
218 B
Bash
Raw Normal View History

#!/bin/bash
# The build system puts this file as /app/bin/flatpak
# in the container
# This is required so that the container sees "flatpak" as a valid command
# so that it will read the .desktop files
echo "flatpak"