a849819c6c4aa956c3510ec42d37e4bfe9422389
[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
8         exit 0
9 }