Remove remaining references to boa and lucid
[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_dhcp_migrate enabled || /etc/init.d/luci_dhcp_migrate enable
6         exit 0
7 }