use rpm -q to get status

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
remotes/origin/1.6
Nico Schottelius 14 years ago
parent bcc7d0e795
commit a778dee9fc
  1. 2
      conf/type/__package_yum/explorer/pkg_version

@ -27,4 +27,4 @@ else
name="$__object_id"
fi
pacman -Q "$name" 2>/dev/null | awk '{ print $2 }'
rpm -q "$name" 2>/dev/null || true

Loading…
Cancel
Save