* luci/applications: force success for postinstall scripts

This commit is contained in:
Jo-Philipp Wich 2008-11-06 01:56:01 +00:00
parent cbaafba1fd
commit 5a3422963b
4 changed files with 8 additions and 0 deletions

View file

@ -2,4 +2,6 @@
[ -n "${IPKG_INSTROOT}" ] || { [ -n "${IPKG_INSTROOT}" ] || {
/etc/init.d/luci_splash enable /etc/init.d/luci_splash enable
exit 0
} }

View file

@ -4,4 +4,6 @@
/etc/init.d/luci_statistics enable /etc/init.d/luci_statistics enable
/etc/init.d/collectd enable /etc/init.d/collectd enable
exit 0
} }

View file

@ -2,4 +2,6 @@
[ -n "${IPKG_INSTROOT}" ] || { [ -n "${IPKG_INSTROOT}" ] || {
/etc/init.d/olsrd enable /etc/init.d/olsrd enable
exit 0
} }

View file

@ -4,4 +4,6 @@
/etc/init.d/luci_fixtime enable /etc/init.d/luci_fixtime enable
/etc/init.d/luci_ethers enable /etc/init.d/luci_ethers enable
/etc/init.d/luci_hosts enable /etc/init.d/luci_hosts enable
exit 0
} }