From 3c7c34ca272bf45f832798eeb454d830051c362f Mon Sep 17 00:00:00 2001 From: Jacob Casper Date: Fri, 10 Apr 2020 16:21:52 -0500 Subject: [PATCH] Don't uninstall config overrides --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8df3e74..e892f74 100644 --- a/Makefile +++ b/Makefile @@ -5,6 +5,7 @@ install: ln -s $(shell pwd)/sockgit.sh /usr/bin/sockgit uninstall: - rm -f /etc/systemd/system/sockgit-listen* + rm -f /etc/systemd/system/sockgit-listen.socket + rm -f /etc/systemd/system/sockgit-listen@.service rm -rf /usr/share/sockgit rm -f /usr/bin/sockgit -- 2.20.1