Commit from LuCI Translation Portal by user acinonyx. 425 of 501 messages translated...
[project/luci.git] / contrib / package / olsrd-luci / ipkg / postinst
1 #!/bin/sh
2
3 [ -n "${IPKG_INSTROOT}" ] || {
4 /etc/init.d/olsrd enabled || /etc/init.d/olsrd enable
5 }