[pacman] detect pkg regardless of compress method

This commit is contained in:
Matt Hamilton 2017-09-18 09:18:12 -04:00
parent 2a9a003271
commit 54faa20468
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ alias pacu="${zpacman_frontend_priv} -Syyu"
alias pacU="${zpacman_frontend_priv} -U"
# install all packages in current directory
alias pacd="${zpacman_frontend_priv} -U *.pkg.tar.xz"
alias pacd="${zpacman_frontend_priv} -U *.pkg.*"
#