	#!/bin/sh
	# check if we are on real system
	if [ -z "${IPKG_INSTROOT}" ]; then
		sed -f /tmp/adblock-fast.config.update -i /etc/config/adblock-fast || true
		/etc/init.d/adblock-fast enable
	fi
	exit 0
