#!/bin/sh

if [ "$1" = "purge" ]; then
  rm -rf /etc/debbugs /var/lib/debbugs
fi

#DEBHELPER#
