#!/bin/sh
set -eu

#DEBHELPER#

if [ "$1" = purge ] ; then
    rm -f /etc/init.d/.depend.boot
    rm -f /etc/init.d/.depend.start
    rm -f /etc/init.d/.depend.stop
fi
