modified hook

This commit is contained in:
Eric Lay 2020-06-11 21:01:56 -05:00
parent 68a1887e40
commit 6255d7c2f5
2 changed files with 4 additions and 3 deletions

View File

@ -1,6 +1,7 @@
# fuzzy-pkg-finder
**Simple cli command for using fzf to search and install packages.**\
\
Performs live search by package name and presents package information including file list in preview pane.\
\
*For use with Pacman or Yay package managers only.*
Use by invoking 'pacfzf' or 'yayfzf' commands\
*For use with Pacman or Yay package managers only.*

View File

@ -7,4 +7,4 @@ Target = fuzzy-pkg-finder
[Action]
Description = Syncing file database...
When = PostTransaction
Exec = /bin/sh -c 'sudo pacman -Fy && yay -Fy'
Exec = /bin/sh -c 'pacman -Fy && yay -Fy'