#!/bin/sh
		if [ -f /etc/init.d/catblock ]
		then
			chmod +x /etc/init.d/catblock
			update-rc.d -f catblock defaults
			/etc/init.d/catblock start
		fi