vm/dom0 updates: Remove useless PKGCOUNT information from message

This commit is contained in:
Marek Marczykowski 2011-09-12 15:08:29 +02:00
parent 2107191ca9
commit 02ca39458a

View File

@ -53,9 +53,8 @@ if [ -z "$PKGLIST" ]; then
fi
if [ "$DOIT" != "1" -a "$PKGS_FROM_CMDLINE" != "1" ]; then
PKGCOUNT=`echo $PKGLIST|wc -w`
zenity --question --title="Qubes Dom0 updates" \
--text="$PKGCOUNT updates for dom0 available. Do you want to download its now?" || exit 0
--text="There are updates for dom0 available, do you want to download them now?" || exit 0
fi
if [ "$PKGS_FROM_CMDLINE" == 1 ]; then