Force postinst script exiting with return code 0
[project/luci.git] / applications / luci-olsr / ipkg / postinst
index 77e13dc..c352ecd 100755 (executable)
@@ -2,4 +2,5 @@
 [ -n "${IPKG_INSTROOT}" ] || {
        ( . /etc/uci-defaults/luci-olsr ) && rm -f /etc/uci-defaults/luci-olsr
        /etc/init.d/olsrd enabled || /etc/init.d/olsrd enable
+       exit 0
 }