1
0
Fork 0

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.
pull/265/head
dnuux 12 years ago
parent cc7e43b242
commit c6c85b1426

@ -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=":"

Loading…
Cancel
Save