Skip to content

Commit d7b9011

Browse files
authored
Merge pull request #9 from spowelljr/removeSocketUninstall
Remove /var/run files on uninstall
2 parents c630eb8 + 9712fcc commit d7b9011

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Makefile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,11 @@ ifneq ($(BRIDGED),)
7373
rm -f "$(DESTDIR)/Library/LaunchDaemons/io.github.lima-vm.socket_vmnet.bridged.$(BRIDGED).plist"
7474
endif
7575

76-
uninstall: uninstall.launchd.plist uninstall.bin
76+
.PHONY: uninstall.run
77+
uninstall.run:
78+
rm -f /var/run/socket_vmnet*
79+
80+
uninstall: uninstall.launchd.plist uninstall.bin uninstall.run
7781

7882
.PHONY: clean
7983
clean:

0 commit comments

Comments
 (0)