90138ae76b315960cbbe5846ecd3bd595d4f7f1d
[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 }