From 3b21e8a5962873758448a88e93692f7d8031cf18 Mon Sep 17 00:00:00 2001 From: Marek Marczykowski Date: Mon, 12 Sep 2011 15:08:29 +0200 Subject: [PATCH] vm/dom0 updates: Remove useless PKGCOUNT information from message --- common/qubes_download_dom0_updates.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/common/qubes_download_dom0_updates.sh b/common/qubes_download_dom0_updates.sh index c30e5bf..132a161 100755 --- a/common/qubes_download_dom0_updates.sh +++ b/common/qubes_download_dom0_updates.sh @@ -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