View file File name : grub-gfxpayload-lists.prerm Content :#! /bin/sh set -e if [ "$1" = remove ]; then rm -f /boot/grub/gfxblacklist.txt fi exit 0