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