Skip to content

Commit 67e9930

Browse files
committed
make uninstall should remove docker.lima and podman.lima
Signed-off-by: Jan Dubois <[email protected]>
1 parent eb3a2da commit 67e9930

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,8 @@ uninstall:
9090
"$(DEST)/bin/lima" \
9191
"$(DEST)/bin/limactl" \
9292
"$(DEST)/bin/nerdctl.lima" \
93+
"$(DEST)/bin/docker.lima" \
94+
"$(DEST)/bin/podman.lima" \
9395
"$(DEST)/share/lima" "$(DEST)/share/doc/lima"
9496
if [ "$$(readlink "$(DEST)/bin/nerdctl")" = "nerdctl.lima" ]; then rm "$(DEST)/bin/nerdctl"; fi
9597

0 commit comments

Comments
 (0)