#! /bin/sh
set -e

if [ "$1" = remove ]; then
	rm -f /boot/grub/gfxblacklist.txt
fi



exit 0
