diff --git a/src/bin/pkgman/PackageManager.cpp b/src/bin/pkgman/PackageManager.cpp index 35bd011415..ba2ffcaef4 100644 --- a/src/bin/pkgman/PackageManager.cpp +++ b/src/bin/pkgman/PackageManager.cpp @@ -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"); }