* luci: fix postinstall scripts
[project/luci.git] / contrib / package / olsrd-luci / ipkg / postinst
1 #!/bin/sh
2
3 [ -n "${IPKG_INSTROOT}" ] || {
4         /etc/init.d/olsrd enable
5 }