From 1498f924b22e0bcf9e7fcec9d47a0bf0e96e17e6 Mon Sep 17 00:00:00 2001 From: Anjan Nath Date: Mon, 21 Nov 2022 13:14:13 +0530 Subject: [PATCH] pkginstaller: install podman-mac-helper by default this runs the /opt/podman/bin/podman-mac-helper install in the postinstall script [NO NEW TESTS NEEDED] Signed-off-by: Anjan Nath --- contrib/pkginstaller/scripts/postinstall | 2 ++ 1 file changed, 2 insertions(+) diff --git a/contrib/pkginstaller/scripts/postinstall b/contrib/pkginstaller/scripts/postinstall index c62971a14a..d60e6fd984 100755 --- a/contrib/pkginstaller/scripts/postinstall +++ b/contrib/pkginstaller/scripts/postinstall @@ -6,3 +6,5 @@ echo "/opt/podman/bin" > /etc/paths.d/podman-pkg ln -s /opt/podman/bin/podman-mac-helper /opt/podman/qemu/bin/podman-mac-helper ln -s /opt/podman/bin/gvproxy /opt/podman/qemu/bin/gvproxy + +/opt/podman/bin/podman-mac-helper install