fuzzy-pkg-finder/fuzzy-pkg-finder.install

5 lines
83 B
Plaintext

## arg 1: the new package version
post_install() {
sudo pacman -Fy && yay -Fy
}