X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=applications%2Fluci-p2pblock%2Fipkg%2Fpostinst;h=448025b76111caf63f722ef81644d91a210992ca;hb=9edd0e46c3f880727738ce8ca6ff1c8b85f99ef4;hp=4926583919a405eb2868b1e146e2be6850cfb979;hpb=9b767cf8dfc1c404f0deb0d8eff704b2e6adeb37;p=project%2Fluci.git diff --git a/applications/luci-p2pblock/ipkg/postinst b/applications/luci-p2pblock/ipkg/postinst index 492658391..448025b76 100755 --- a/applications/luci-p2pblock/ipkg/postinst +++ b/applications/luci-p2pblock/ipkg/postinst @@ -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 }