#!/bin/sh
[ -n "${IPKG_INSTROOT}" ] || {
	mkdir -p /srv/sherlock/{results,cache}
	/etc/init.d/sherlock enable
}
exit 0
