github.com/containers/podman/v4@v4.9.4/contrib/pkginstaller/scripts/postinstall (about) 1 #!/bin/bash 2 3 set -e 4 5 echo "/opt/podman/bin" > /etc/paths.d/podman-pkg 6 7 ln -s /opt/podman/bin/podman-mac-helper /opt/podman/qemu/bin/podman-mac-helper 8 ln -s /opt/podman/bin/gvproxy /opt/podman/qemu/bin/gvproxy 9 10 # make sure to ignore errors, this is not a hard requirement to use podman 11 /opt/podman/bin/podman-mac-helper install || :