mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-03-16 15:41:38 +08:00
Add output message when uninstalling legacy fish version
darcs-hash:20060305212630-ac50b-8ff128370f83ef6d12a1f3941a7fd6f73852dbc3.gz
This commit is contained in:
parent
66ee644130
commit
7e9e7d77d1
@ -461,6 +461,7 @@ uninstall-legacy: uninstall
|
|||||||
fi;
|
fi;
|
||||||
rmdir $(DESTDIR)$(sysconfdir)/fish.d/completions; true
|
rmdir $(DESTDIR)$(sysconfdir)/fish.d/completions; true
|
||||||
rmdir $(DESTDIR)$(sysconfdir)/fish.d; true
|
rmdir $(DESTDIR)$(sysconfdir)/fish.d; true
|
||||||
|
@echo The previous fish installation has been removed.
|
||||||
|
|
||||||
install-translations: $(TRANSLATIONS)
|
install-translations: $(TRANSLATIONS)
|
||||||
if test $(HAVE_GETTEXT) = 1; then \
|
if test $(HAVE_GETTEXT) = 1; then \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user