diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2008-11-06 01:56:01 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2008-11-06 01:56:01 +0000 |
commit | 5a3422963ba93d347c58064a9e153bf7ecfe5b2b (patch) | |
tree | 87160846532a002757d952a162065d190cd88d91 /contrib | |
parent | cbaafba1fdbd65ce281e46b71fa7243fa065f90b (diff) |
* luci/applications: force success for postinstall scripts
Diffstat (limited to 'contrib')
-rwxr-xr-x | contrib/package/olsrd-luci/ipkg/postinst | 2 |
1 files changed, 2 insertions, 0 deletions
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 } |