vm/qubes-dom0-update: display info when no updates available
This commit is contained in:
parent
debc4231c2
commit
be33099579
@ -57,6 +57,9 @@ fi
|
|||||||
|
|
||||||
if [ -z "$PKGLIST" ]; then
|
if [ -z "$PKGLIST" ]; then
|
||||||
# No new updates
|
# No new updates
|
||||||
|
if [ "$GUI" = 1 ]; then
|
||||||
|
zenity --info --text="No new updates available"
|
||||||
|
fi
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user