contrib/package/olsrd-luci: remove hostname from default config
[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 }