mirror of
https://github.com/containers/podman.git
synced 2025-06-05 05:57:24 +08:00
5 lines
95 B
Bash
Executable File
5 lines
95 B
Bash
Executable File
#!/bin/bash
|
|
if ! pkg-config ostree-1 2> /dev/null ; then
|
|
echo containers_image_ostree_stub
|
|
fi
|