aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile.in
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-03-06 07:26:30 +1000
committerGravatar axel <axel@liljencrantz.se>2006-03-06 07:26:30 +1000
commit7e9e7d77d128520d22ccc7619dea97358fc4b4ef (patch)
tree115c4ffc47477f1773b7adfb921e98c919bc48d5 /Makefile.in
parent66ee644130af810348262f57ca3cea63bc47f5d2 (diff)
Add output message when uninstalling legacy fish version
darcs-hash:20060305212630-ac50b-8ff128370f83ef6d12a1f3941a7fd6f73852dbc3.gz
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index a1329e76..93813973 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 \