dom0-updates: wait for apper to finish, then remove "updates pending" flag

Unfortunate side effect (to be solved at Qubes Manager side): it will
block Qubes Manager until all updates are installed (not only updater
launched).

Fixes QubesOS/qubes-issues#1511
pull/5/head
Marek Marczykowski-Górecki 9 years ago
parent 4a556dcab1
commit cb6a52a652
No known key found for this signature in database
GPG Key ID: 063938BA42CFA724

@ -86,7 +86,7 @@ if [ "$GUI" == "1" ]; then
if type $app &>/dev/null; then
guiapp=$app
case $guiapp in
apper) guiapp="apper --updates" ;;
apper) guiapp="apper --updates --nofork" ;;
*) guiapp=$app ;;
esac
break;

Loading…
Cancel
Save