modules/admin-full: remove luci-bwc postinstall

This commit is contained in:
Jo-Philipp Wich 2011-09-11 12:50:05 +00:00
parent c520d46a85
commit 7ea8865444

View file

@ -1,6 +0,0 @@
#!/bin/sh
[ -n "${IPKG_INSTROOT}" ] || {
/etc/init.d/luci_bwc enabled || /etc/init.d/luci_bwc enable
exit 0
}