#!/bin/sh

set -e

# orginal by installinit
if [ "$1" = "purge" ] ; then
	userdel scanlogd || true
	rm -rf /var/run/scanlogd
fi

#DEBHELPER#
