Force postinst script exiting with return code 0
[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 exit 0
6 }