Files
podman/contrib/pkginstaller/scripts/postinstall
Ashley Cui 87947761ed [CI:BUILD] Add VFKit into pkginstaller, remove QEMU
Do not build and install QEMU in the pkginstaller. Instead, build, sign, and install VFKit.

Signed-off-by: Ashley Cui <acui@redhat.com>
2024-02-13 10:20:03 -05:00

9 lines
193 B
Bash
Executable File

#!/bin/bash
set -e
echo "/opt/podman/bin" > /etc/paths.d/podman-pkg
# make sure to ignore errors, this is not a hard requirement to use podman
/opt/podman/bin/podman-mac-helper install || :