summarylogtreecommitdiffstats
path: root/fzf-extras.install
diff options
context:
space:
mode:
Diffstat (limited to 'fzf-extras.install')
-rw-r--r--fzf-extras.install25
1 files changed, 0 insertions, 25 deletions
diff --git a/fzf-extras.install b/fzf-extras.install
index 5d132198eb4b..d373f4d196ef 100644
--- a/fzf-extras.install
+++ b/fzf-extras.install
@@ -2,10 +2,6 @@ post_install() {
printf "%b\n" "$fzfin"
}
-post_upgrade() {
- printf "%b\n" "$fzfup"
-}
-
read -d '' fzfin <<'EOF'
fzf-extras
==========
@@ -15,24 +11,3 @@ Add the following to your shell config:
. /etc/profile.d/fzf-extras.bash # when bash
. /etc/profile.d/fzf-extras.zsh # when zsh
EOF
-
-read -d '' fzfup <<'EOF'
-fzf-extras
-==========
-
-Bash Users: Potentially Breaking Update (2015-05-09)
-----------------------------------------------------
-
-To ensure zsh compatibility, Bash keybindings are now
-installed to:
-
- /etc/profile.d/fzf-extras.bash
-
-Formerly, Bash keybindings were installed as:
-
- /etc/profile.d/fzf-extras.sh
-
-Bash users' config may be broken by this update if bashrc sources
-/etc/profile.d/fzf-extra.sh, as that file is now absent. Consult with
-your local config.
-EOF