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