#! /bin/sh
set -e

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

#DEBHELPER#

exit 0
