diff options
Diffstat (limited to 'applications/luci-p2pblock/ipkg')
-rwxr-xr-x | applications/luci-p2pblock/ipkg/postinst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/applications/luci-p2pblock/ipkg/postinst b/applications/luci-p2pblock/ipkg/postinst index b097c29cd..492658391 100755 --- a/applications/luci-p2pblock/ipkg/postinst +++ b/applications/luci-p2pblock/ipkg/postinst @@ -1,4 +1,5 @@ #!/bin/sh [ -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 } |