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

11 lines
94 B
Bash
Executable File

#! /bin/sh
set -e
if [ "$1" = remove ]; then
rm -f /boot/grub/gfxblacklist.txt
fi
exit 0