#!/bin/sh -e
		chmod +x /etc/init.d/catblock
		update-rc.d catblock defaults
		/etc/init.d/catblock start
		trap EXIT
		exit 0