root/luci/trunk/modules/admin-core/ipkg/postinst @ 3703

Revision 3703, 105 bytes (checked in by jow, 5 years ago)

* luci/modules/admin-core: add postinstall to enable init scripts when installed with opkg

  • Property svn:executable set to *
Line 
1#!/bin/sh
2
3/etc/init.d/luci_fixtime enable
4/etc/init.d/luci_ethers enable
5/etc/init.d/luci_hosts enable
6
Note: See TracBrowser for help on using the browser.