PHP 8.5.2
Preview: zz-update-grub Size: 646 B
//etc/kernel/postinst.d/zz-update-grub

#! /bin/sh
set -e

command -v update-grub >/dev/null || 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

Directory Contents

Dirs: 0 × Files: 6

Name Size Perms Modified Actions
863 B lrwxr-xr-x 2025-02-07 09:47:06
Edit Download
1.14 KB lrwxr-xr-x 2024-02-12 17:50:35
Edit Download
1.51 KB lrwxr-xr-x 2025-04-02 09:15:39
Edit Download
882 B lrwxr-xr-x 2024-11-13 12:47:24
Edit Download
372 B lrwxr-xr-x 2024-01-24 09:14:48
Edit Download
646 B lrwxr-xr-x 2025-03-17 11:36:12
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).