Files
server/var/lib/dpkg/info/grub-gfxpayload-lists.postinst
2026-01-07 20:52:11 +01:00

9 lines
52 B
Bash
Executable File

#! /bin/sh
set -e
update-grub-gfxpayload
exit 0