-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DLPX-86909 [Forward port of DLPX-86902] failed to upgrade from 13.0.0…
….0 to 14.0.0.0 because engine should allow deferred (#448)
- Loading branch information
Prakash Surya
authored
Jul 12, 2023
1 parent
67f4d94
commit c76459f
Showing
2 changed files
with
9 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
/usr/share/update-notifier/notify-reboot-required |
8 changes: 8 additions & 0 deletions
8
files/common/usr/share/update-notifier/notify-reboot-required
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
#!/bin/sh | ||
|
||
if [ "$0" = "/etc/kernel/postinst.d/update-notifier" ]; then | ||
DPKG_MAINTSCRIPT_PACKAGE=linux-base | ||
fi | ||
|
||
echo "*** System restart required ***" >/var/run/reboot-required | ||
echo "$DPKG_MAINTSCRIPT_PACKAGE" >>/var/run/reboot-required.pkgs |