#!/bin/sh
# One-shot upgrade cleanup: remove the stale firewall.mwan3_reload include
# section registered by older mwan3 installs that operated in table inet fw4.
uci -q delete firewall.mwan3_reload && uci commit firewall
exit 0
