#!/bin/sh

set -e

[ "$1" = "purge" ] && rm -rf /var/log/chkrootkit/ /etc/chkrootkit.conf || :

#DEBHELPER#
