#! /bin/sh -e

if [ "$1" = "purge" ]; then
    # remove log file
    rm -f /var/log/pycentral.log
fi

#DEBHELPER#
