vm/dom0 updates: Remove useless PKGCOUNT information from message
This commit is contained in:
parent
76cce9108b
commit
3b21e8a596
@ -53,9 +53,8 @@ if [ -z "$PKGLIST" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$DOIT" != "1" -a "$PKGS_FROM_CMDLINE" != "1" ]; then
|
if [ "$DOIT" != "1" -a "$PKGS_FROM_CMDLINE" != "1" ]; then
|
||||||
PKGCOUNT=`echo $PKGLIST|wc -w`
|
|
||||||
zenity --question --title="Qubes Dom0 updates" \
|
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
|
fi
|
||||||
|
|
||||||
if [ "$PKGS_FROM_CMDLINE" == 1 ]; then
|
if [ "$PKGS_FROM_CMDLINE" == 1 ]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user