#!/bin/sh
set -e
if test "$1" = purge
then
	update-rc.d userv remove >/dev/null
fi
