#!/bin/sh
if [ "$2" = "DEINSTALL" ]; then
  echo "You must re-generate /etc/sendmail.cf to work again"
  exit 0
fi

echo "Remember to re-run sendmail to work properly"
