* luci: fix postinstall scripts
[project/luci.git] / modules / admin-core / ipkg / postinst
1 #!/bin/sh
2
3 [ -n "${IPKG_INSTROOT}" ] || {
4         /etc/init.d/luci_fixtime enable
5         /etc/init.d/luci_ethers enable
6         /etc/init.d/luci_hosts enable
7 }