Delete luci-upnp

Stop sys upgrade automatically disabling miniupnpd on first boot after upgrade.
I spent a lot of time tracking this behaviour down which only occurs if you have luci-app-upnp installed.
This commit is contained in:
kdarbyshirebryant 2015-06-22 18:58:58 +01:00
parent bae48b6f88
commit 387a06bb73

View file

@ -1,9 +0,0 @@
#!/bin/sh
/etc/init.d/miniupnpd enabled && {
/etc/init.d/miniupnpd stop
/etc/init.d/miniupnpd disable
}
rm -f /tmp/luci-indexcache
exit 0