From 7e9e7d77d128520d22ccc7619dea97358fc4b4ef Mon Sep 17 00:00:00 2001 From: axel Date: Mon, 6 Mar 2006 07:26:30 +1000 Subject: [PATCH] Add output message when uninstalling legacy fish version darcs-hash:20060305212630-ac50b-8ff128370f83ef6d12a1f3941a7fd6f73852dbc3.gz --- Makefile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.in b/Makefile.in index a1329e76e..93813973d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -461,6 +461,7 @@ uninstall-legacy: uninstall fi; rmdir $(DESTDIR)$(sysconfdir)/fish.d/completions; true rmdir $(DESTDIR)$(sysconfdir)/fish.d; true + @echo The previous fish installation has been removed. install-translations: $(TRANSLATIONS) if test $(HAVE_GETTEXT) = 1; then \