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