vm/qubes-dom0-update: display info when no updates available

This commit is contained in:
Marek Marczykowski 2012-04-25 00:25:54 +02:00
parent 6c441e7755
commit e5478d6578

View File

@ -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