#!/bin/sh
set -e;

if [ "$1" = "remove" ]; then
		# Make sure the data directory is *clean*
		rm -rf /usr/share/sendmail/cf
fi


