#!	/bin/sh

if [ -L $ROOT/etc/issue.net ]; then
	rm -f $ROOT/etc/issue.net
fi
exit 0
