cd38fcfaf01f2038247386a172a2ca2dd6fd41a7
[project/luci.git] / contrib / package / olsrd-luci / ipkg / postinst
1 #!/bin/sh
2
3 [ -n "${IPKG_INSTROOT}" ] || {
4         /etc/init.d/olsrd enable
5
6         exit 0
7 }