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