fish-shell: removed unnecessary INSTALL file

This commit is contained in:
Mikkel Hauvgaard 2020-01-21 21:42:17 +01:00 committed by Duncan Overbruck
parent a7d87b9e35
commit 6e74ee0532
1 changed files with 0 additions and 11 deletions

View File

@ -1,11 +0,0 @@
case "$ACTION" in
post)
if [ "$UPDATE" = "no" ]; then
echo "--> To run fish, type 'fish' in your terminal."
echo "--> To set your colors, run 'fish_config'"
echo "--> To scan your man pages for completions, run 'fish_update_completions'"
echo "--> To autocomplete command suggestions press Ctrl + F or right arrow key."
echo "--> To use fish as your login shell, run 'chsh -s /usr/bin/fish"
fi
;;
esac