* luci/applications: force success for postinstall scripts
[project/luci.git] / contrib / package / olsrd-luci / ipkg / postinst
index 288d7e4..cd38fcf 100755 (executable)
@@ -2,4 +2,6 @@
 
 [ -n "${IPKG_INSTROOT}" ] || {
        /etc/init.d/olsrd enable
+
+       exit 0
 }