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