summaryrefslogtreecommitdiffhomepage
path: root/modules/admin-core/ipkg/postinst
blob: 2ab7c0e2ce65afaddaa21bd4c886b5b8eeae7338 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

[ -n "${IPKG_INSTROOT}" ] || {
	/etc/init.d/luci_fixtime enabled || /etc/init.d/luci_fixtime enable
	/etc/init.d/luci_ethers enabled || /etc/init.d/luci_ethers enable
	/etc/init.d/luci_hosts enabled || /etc/init.d/luci_hosts enable
	exit 0
}