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 committed by Jo-Philipp Wich
parent 21cf10ca63
commit 791ca8b6d2

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