Fix pacman-list-explicit function

The function previously worked only when there were no updates
available. Pacman also does not need superuser rights to list
installed packages.
This commit is contained in:
dnuux 2012-09-04 16:05:55 +03:00 committed by Sorin Ionescu
parent ac04921afa
commit ae1fde9e4f

View file

@ -6,8 +6,7 @@
# Sorin Ionescu <sorin.ionescu@gmail.com>
#
sudo pacman --query --explicit --info \
$(pacman --query --upgrades | cut -d' ' -f 1) \
pacman --query --explicit --info \
| awk '
BEGIN {
FS=":"