pkgman: Inform the user when a reboot is required to complete installation.
Fixes #14783 following on hrev53005.
This commit is contained in:
@@ -322,6 +322,9 @@ void
|
|||||||
PackageManager::ProgressApplyingChangesDone(InstalledRepository& repository)
|
PackageManager::ProgressApplyingChangesDone(InstalledRepository& repository)
|
||||||
{
|
{
|
||||||
printf("[%s] Done.\n", repository.Name().String());
|
printf("[%s] Done.\n", repository.Name().String());
|
||||||
|
|
||||||
|
if (BPackageRoster().IsRebootNeeded())
|
||||||
|
printf("A reboot is necessary to complete the installation process.\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user