[ Root System Explorer ]
Location:
Root
/
etc
/
kernel
/
postinst.d
+ Folder
+ File
Upload
Editing: zz-update-grub
#! /bin/sh set -e which update-grub >/dev/null 2>&1 || exit 0 if type systemd-detect-virt >/dev/null 2>&1 && systemd-detect-virt --quiet --container; then exit 0 fi set -- $DEB_MAINT_PARAMS mode="${1#\'}" mode="${mode%\'}" case $0:$mode in # Only run on postinst configure and postrm remove, to avoid wasting # time by calling update-grub multiple times on upgrade and removal. # Also run if we have no DEB_MAINT_PARAMS, in order to work with old # kernel packages. */postinst.d/*:|*/postinst.d/*:configure|*/postrm.d/*:|*/postrm.d/*:remove) if [ -e /boot/grub/grub.cfg ]; then exec update-grub fi ;; esac exit 0
SAVE CHANGES
[ CANCEL ]
Name
Type
Actions
.. (Parent Directory)
📄 apt-auto-removal
FILE
Ren
[EDIT]
DEL
📄 initramfs-tools
FILE
Ren
[EDIT]
DEL
📄 unattended-upgrades
FILE
Ren
[EDIT]
DEL
📄 update-notifier
FILE
Ren
[EDIT]
DEL
📄 xx-update-initrd-links
FILE
Ren
[EDIT]
DEL
📄 zz-shim
FILE
Ren
[EDIT]
DEL
📄 zz-update-grub
FILE
Ren
[EDIT]
DEL