From ee9e90abd0845f312b48b5c1a9a31eeb948d6857 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Fri, 25 Jun 2021 20:05:04 +0200 Subject: Remove ~/.ssh when ssh is uninstalled MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- openssh/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/openssh/Makefile b/openssh/Makefile index 6da1915..a05d8ad 100644 --- a/openssh/Makefile +++ b/openssh/Makefile @@ -14,6 +14,7 @@ install: ln -sf -- ~/.dotfiles/openssh/bash-aliases ~/.config/bash/aliases.d/openssh uninstall: + -unlink -- ~/.ssh -unlink -- ~/.config/bash/aliases.d/openssh -rmdir -- ~/.config/bash/aliases.d -- cgit v1.2.3-70-g09d2