flm01/mote/v2/openwrt/package/luci/modules/admin-core/ipkg/postinst

7 lines
131 B
Plaintext
Raw Normal View History

#!/bin/sh
[ -n "${IPKG_INSTROOT}" ] || {
/etc/init.d/luci_dhcp_migrate enabled || /etc/init.d/luci_dhcp_migrate enable
exit 0
}