summarylogtreecommitdiffstats
path: root/fzf-extras.install
diff options
context:
space:
mode:
authorAndy Weidenbaum2015-07-03 13:07:21 -0700
committerAndy Weidenbaum2015-07-03 13:07:21 -0700
commit5bed58a691335ae5361935a75f3bdf78fb778313 (patch)
treede343968fcd371857fed013919eb0ea0486677a9 /fzf-extras.install
parentc7e2d28c8f347e3841697fa169e02491f7aee7b2 (diff)
downloadaur-5bed58a691335ae5361935a75f3bdf78fb778313.tar.gz
update pkgver to 20150703, rm post_upgrade warning
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