aboutsummaryrefslogtreecommitdiff
path: root/hack/ostree_tag.sh
blob: b08441ef96b42b8f2a4d29c61736cff8ad3f222a (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 ostree
fi