cri-o/hack/ostree_tag.sh

5 lines
95 B
Bash
Executable File

#!/bin/bash
if ! pkg-config ostree-1 2> /dev/null ; then
echo containers_image_ostree_stub
fi