diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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) |