Force postinst script exiting with return code 0
[project/luci.git] / applications / luci-p910nd / ipkg / postinst
index 768e7dd..36a91e2 100644 (file)
@@ -2,4 +2,5 @@
 [ -n "${IPKG_INSTROOT}" ] || {
        ( . /etc/uci-defaults/luci-p910nd ) && rm -f /etc/uci-defaults/luci-p910nd
        /etc/init.d/p910nd enabled || /etc/init.d/p910nd enable
+       exit 0
 }