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

(cherry picked from commit cb6a52a652)
release3.0
Marek Marczykowski-Górecki 9 years ago
parent 0376f2f940
commit 137ed7d331
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