Your IP : 3.146.105.96


Current Path : /var/lib/dpkg/info/
Upload File :
Current File : /var/lib/dpkg/info/grub-gfxpayload-lists.prerm

#! /bin/sh
set -e

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



exit 0