#!/bin/sh

set -e

if [ "$1" = "upgrade" ]; then
        invoke-rc.d rrdcollect stop || true
fi

#DEBHELPER#

