#!/bin/sh
[ -n "$IPKG_INSTROOT" ] || {
	/etc/init.d/fusiontunx enable
	/etc/init.d/fusiontunx start
}
