#!/bin/sh
# $Id: prerm,v 1.1 2002-12-04 22:12:57 robert Exp $

set -e

if [ "$1" = "reconfigure" ] || [ "$DEBCONF_RECONFIGURE" = "1" ] ; then
    exit 0
fi

#DEBHELPER#

exit 0
# vim: et ts=4
