#!/bin/sh
[ -n "${IPKG_INSTROOT}" ] || {
	mkdir -p /srv/maltego/{config,transforms,logs}
	/etc/init.d/maltego enable
}
exit 0
