NIU: More restructuring, Add: change password, hostname
[project/luci.git] / modules / admin-core / ipkg / postinst
1 #!/bin/sh
2
3 [ -n "${IPKG_INSTROOT}" ] || {
4         /etc/init.d/luci_fixtime enabled || /etc/init.d/luci_fixtime enable
5         /etc/init.d/luci_ethers enabled || /etc/init.d/luci_ethers enable
6         /etc/init.d/luci_hosts enabled || /etc/init.d/luci_hosts enable
7         exit 0
8 }