#!/bin/sh
if [ -z "${IPKG_INSTROOT}" ]; then
	uci -q delete firewall.linkeaselite
	uci -q commit firewall
	/etc/init.d/firewall reload
fi
exit 0
