pkgman: Inform the user when a reboot is required to complete installation.

Fixes #14783 following on hrev53005.
This commit is contained in:
Augustin Cavalier
2019-06-01 16:19:55 -04:00
parent 86d552aca2
commit 63ba21d506
+3
View File
@@ -322,6 +322,9 @@ void
PackageManager::ProgressApplyingChangesDone(InstalledRepository& repository)
{
printf("[%s] Done.\n", repository.Name().String());
if (BPackageRoster().IsRebootNeeded())
printf("A reboot is necessary to complete the installation process.\n");
}