#!/bin/sh
if [ -z "${IPKG_INSTROOT}" ]; then
	echo -n "Removing adblock-fast cache... "
	/etc/init.d/adblock-fast killcache >/dev/null 2>&1 && echo "OK" || echo "FAIL"
fi
exit 0
