#!/bin/sh
[ -n "${IPKG_INSTROOT}" ] || {
	mkdir -p /var/lib/localrecall
	/etc/init.d/localrecall enable 2>/dev/null
}
exit 0
