From 95b0bbd7cc3bef38177a6e4bcd426b363b9d145d Mon Sep 17 00:00:00 2001
From: Ben Morrison <ben@gbmor.dev>
Date: Wed, 17 Jun 2020 02:07:07 -0400
Subject: added removal of notify script to uninstall target

---
 Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 366d375..d5d93e5 100644
--- a/Makefile
+++ b/Makefile
@@ -51,5 +51,6 @@ test:
 uninstall:
 	@printf "\n%s\n" "Uninstalling clinte..."
 	rm -f $(BINDIR)/clinte
+	@if [ -e /etc/profile.d ]; then printf "%s\n" "rm -f /etc/profile.d/check_new_clinte_posts.sh" && rm -f /etc/profile.d/check_new_clinte_posts.sh; fi
 	@printf "\n%s\n" "...Done!"
-	@printf "%s %s\n" "The database is still intact in" $(DBDIR)
+	@printf "%s %s\n" "The posts are still intact in" $(DBDIR)
-- 
cgit 1.4.1-2-gfad0