#!/bin/sh

set -e

if [ purge = "$1" ]
then
	if [ -d /etc/mc ]; then rm -r /etc/mc ; fi
fi
