#!/bin/sh # we do not include ". gettext.sh" here because: # a) it breaks if its not available # b) the string we have here does not need it (because it has no vars) eval_gettext() { if [ -x /usr/bin/gettext ]; then echo $(gettext "$1") else echo "$1" fi } export TEXTDOMAIN=update-notifier export TEXTDOMAINDIR=/usr/share/locale case "$DPKG_MAINTSCRIPT_PACKAGE::$DPKG_MAINTSCRIPT_NAME" in linux-image-extra*::postrm) exit 0;; esac if [ "$0" = "/etc/kernel/postinst.d/update-notifier" ]; then DPKG_MAINTSCRIPT_PACKAGE=linux-base fi # Wake the applet up echo "*** $(eval_gettext "System restart required") ***" > /var/run/reboot-required echo "$DPKG_MAINTSCRIPT_PACKAGE" >> /var/run/reboot-required.pkgs
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
initramfs-tools | File | 868 B | 0755 |
|
unattended-upgrades | File | 185 B | 0755 |
|
update-notifier | File | 751 B | 0755 |
|
x-grub-legacy-ec2 | File | 355 B | 0755 |
|
xx-update-initrd-links | File | 882 B | 0755 |
|
zz-shim | File | 372 B | 0755 |
|
zz-update-grub | File | 646 B | 0755 |
|