a36479ba71571994e7a3d50c8605271f511df929
[project/luci.git] / modules / admin-full / ipkg / postinst
1 #!/bin/sh
2
3 [ -n "${IPKG_INSTROOT}" ] || {
4 /etc/init.d/luci_bwc enabled || /etc/init.d/luci_bwc enable
5 exit 0
6 }