#!/bin/bash

if [ "$1" = purge ]; then
    update-rc.d hv_kvp_daemon_init remove
fi

#DEBHELPER#

exit 0
