#!/bin/sh

set -e

if [ "$1" = "purge" ]
then
  rm -f /var/log/lp-acct* /var/log/lp-errs*
  rm -rf /var/spool/lpd
fi
 
#DEBHELPER#
