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