From 5a3422963ba93d347c58064a9e153bf7ecfe5b2b Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Thu, 6 Nov 2008 01:56:01 +0000 Subject: * luci/applications: force success for postinstall scripts --- contrib/package/olsrd-luci/ipkg/postinst | 2 ++ 1 file changed, 2 insertions(+) (limited to 'contrib/package') diff --git a/contrib/package/olsrd-luci/ipkg/postinst b/contrib/package/olsrd-luci/ipkg/postinst index 288d7e40d..cd38fcfaf 100755 --- a/contrib/package/olsrd-luci/ipkg/postinst +++ b/contrib/package/olsrd-luci/ipkg/postinst @@ -2,4 +2,6 @@ [ -n "${IPKG_INSTROOT}" ] || { /etc/init.d/olsrd enable + + exit 0 } -- cgit v1.2.3