about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorBen Morrison <ben@gbmor.dev>2020-03-16 14:47:12 -0400
committerBen Morrison <ben@gbmor.dev>2020-03-16 14:47:12 -0400
commit2f3390b8150325d36f97c07112a0df75a1b42340 (patch)
treea344d5f3058513d19a54733909d580290f92ddc0
parentd1ec21ea5b816b096cdd9e8636536592a9a7cdce (diff)
downloadgetwtxt-2f3390b8150325d36f97c07112a0df75a1b42340.tar.gz
notice on uninstall that the database remains on disk
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 86e1120..19aad39 100644
--- a/Makefile
+++ b/Makefile
@@ -80,4 +80,6 @@ uninstall:
 	@echo Removing user
 	- userdel getwtxt
 	@echo
+	@echo The database is still intact in /usr/local/getwtxt/
+	@echo
 	@echo ...Done\!