diff options
author | Ben Morrison <ben@gbmor.dev> | 2020-03-16 14:47:12 -0400 |
---|---|---|
committer | Ben Morrison <ben@gbmor.dev> | 2020-03-16 14:47:12 -0400 |
commit | 2f3390b8150325d36f97c07112a0df75a1b42340 (patch) | |
tree | a344d5f3058513d19a54733909d580290f92ddc0 | |
parent | d1ec21ea5b816b096cdd9e8636536592a9a7cdce (diff) | |
download | getwtxt-2f3390b8150325d36f97c07112a0df75a1b42340.tar.gz |
notice on uninstall that the database remains on disk
-rw-r--r-- | Makefile | 2 |
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\! |