[arch-commits] Commit in fzf/trunk (PKGBUILD fzf.install)

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Tue Oct 11 21:19:02 UTC 2016


    Date: Tuesday, October 11, 2016 @ 21:19:02
  Author: bpiotrowski
Revision: 191964

Remove useless post_{install,uograde} messages

The content of post_install should go to the wiki and post_upgrade info 
without vercmp is just pointless noise.

Modified:
  fzf/trunk/PKGBUILD
Deleted:
  fzf/trunk/fzf.install

-------------+
 PKGBUILD    |    1 -
 fzf.install |   27 ---------------------------
 2 files changed, 28 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-10-11 21:05:59 UTC (rev 191963)
+++ PKGBUILD	2016-10-11 21:19:02 UTC (rev 191964)
@@ -18,7 +18,6 @@
 	"tmux: fzf-tmux script for launching fzf in a tmux pane"
 	"vim-fzf: vim plugin"
 	"zsh: zsh keybindings")
-install="fzf.install"
 source=("$pkgname-$pkgver.tar.gz::https://github.com/junegunn/fzf/archive/$pkgver.tar.gz"
 	"git+https://github.com/junegunn/$pkgname.wiki")
 sha256sums=('9e5a5e4c929df8172afde9dd9cb7bbefdae8f98fc4a24d40696ccb3da1483261'

Deleted: fzf.install
===================================================================
--- fzf.install	2016-10-11 21:05:59 UTC (rev 191963)
+++ fzf.install	2016-10-11 21:19:02 UTC (rev 191964)
@@ -1,27 +0,0 @@
-post_install() {
-	cat<<'EOF'
-Optional fzf keybindings and completion are available to bash and zsh:
-For bash:
-
-    . /usr/share/fzf/key-bindings.bash
-    . /usr/share/fzf/completion.bash
-
-For zsh:
-
-    . /usr/share/fzf/key-bindings.zsh
-    . /usr/share/fzf/completion.zsh
-
-For fish, keybindings are in
-
-    /usr/share/fish/functions/fzf.fish
-
-Fish will source this by default.
-EOF
-}
-
-post_upgrade() {
-	cat<<EOF
-The keybinding and completion files have been moved to /usr/share/fzf.
-Those files are no more automatically parsed.
-EOF
-}



More information about the arch-commits mailing list