podman/hack/ostree_tag.sh

7 lines
162 B
Bash
Executable File

#!/bin/bash
if ! pkg-config glib-2.0 gobject-2.0 ostree-1 libselinux 2> /dev/null ; then
echo containers_image_ostree_stub
else
echo containers_image_ostree
fi