#!/bin/sh
if [ -L /etc/issue.net ]; then
  rm -f /etc/issue.net
fi
exit 0
