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