Add output message when uninstalling legacy fish version

darcs-hash:20060305212630-ac50b-8ff128370f83ef6d12a1f3941a7fd6f73852dbc3.gz
This commit is contained in:
axel 2006-03-06 07:26:30 +10:00
parent 66ee644130
commit 7e9e7d77d1

View file

@ -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 \