From 3e48d94d79d238117a280990bef59289e7a2303e Mon Sep 17 00:00:00 2001 From: Mikkel Hauvgaard Date: Tue, 21 Jan 2020 21:42:17 +0100 Subject: [PATCH] fish-shell: removed unnecessary INSTALL file --- srcpkgs/fish-shell/INSTALL | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 srcpkgs/fish-shell/INSTALL diff --git a/srcpkgs/fish-shell/INSTALL b/srcpkgs/fish-shell/INSTALL deleted file mode 100644 index 05de6927f6d..00000000000 --- a/srcpkgs/fish-shell/INSTALL +++ /dev/null @@ -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