ubuntu-22.04.3-desktop-amd64/casper/filesystem/var/lib/dpkg/info/grub-gfxpayload-lists.prerm

11 lines
94 B
Bash
Executable File

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