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