#!/bin/sh

/etc/init.d/miniupnpd enabled && {
	/etc/init.d/miniupnpd stop
	/etc/init.d/miniupnpd disable
}

rm -f /tmp/luci-indexcache
exit 0
