#!/bin/sh 
[ -n "${IPKG_INSTROOT}" ] || {
	( . /etc/uci-defaults/gae ) && rm -f /etc/uci-defaults/gae
	/etc/init.d/gae enable
	exit 0
}
