if [ -e /etc/skel/.nethackrc ]; then
	rm /etc/skel/.nethackrc
fi
if [ -e /etc/skel/.Xdefaults ]; then
	rm /etc/skel/.Xdefaults
fi
if [ -L /usr/games/nethack ]; then
	rm /usr/games/nethack
fi
cd /usr/X11R6/lib/X11/fonts/misc &&
if [ -e ibm.pcf ]; then
	rm ibm.pcf
fi
if [ -e  nh10.pcf ]; then
	rm nh10.pcf
fi
mkfontdir
