From 66a5b8146fc86b452b5a7de372fb91ce2ace0574 Mon Sep 17 00:00:00 2001 From: Vasilis Tsiligiannis Date: Thu, 1 Jul 2010 09:52:12 +0000 Subject: Force postinst script exiting with return code 0 --- contrib/package/olsrd-luci/ipkg/postinst | 1 + 1 file changed, 1 insertion(+) (limited to 'contrib/package/olsrd-luci/ipkg') diff --git a/contrib/package/olsrd-luci/ipkg/postinst b/contrib/package/olsrd-luci/ipkg/postinst index c96480c2e3..26156a6933 100755 --- a/contrib/package/olsrd-luci/ipkg/postinst +++ b/contrib/package/olsrd-luci/ipkg/postinst @@ -2,4 +2,5 @@ [ -n "${IPKG_INSTROOT}" ] || { /etc/init.d/olsrd enabled || /etc/init.d/olsrd enable + exit 0 } -- cgit v1.2.3