From e5478d6578062a13ec53893cd8734b0a87bb569b Mon Sep 17 00:00:00 2001 From: Marek Marczykowski Date: Wed, 25 Apr 2012 00:25:54 +0200 Subject: [PATCH] vm/qubes-dom0-update: display info when no updates available --- misc/qubes_download_dom0_updates.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/misc/qubes_download_dom0_updates.sh b/misc/qubes_download_dom0_updates.sh index 575ebe7..33bc46d 100755 --- a/misc/qubes_download_dom0_updates.sh +++ b/misc/qubes_download_dom0_updates.sh @@ -57,6 +57,9 @@ fi if [ -z "$PKGLIST" ]; then # No new updates + if [ "$GUI" = 1 ]; then + zenity --info --text="No new updates available" + fi exit 0 fi