Your IP : 216.73.216.158


Current Path : /proc/thread-self/root/proc/thread-self/root/var/lib/dpkg/info/
Upload File :
Current File : //proc/thread-self/root/proc/thread-self/root/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