#!/bin/sh
		if [ -f /etc/init.d/catblock ]
		then
			update-rc.d -f catblock remove
			/etc/init.d/catblock stop
		fi