aboutsummaryrefslogtreecommitdiff
path: root/hack/ostree_tag.sh
blob: 06a5bc68ce87460a8ba8535f108ec4c74e6cae13 (plain)
1
2
3
4
5
6
#!/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