#!/bin/sh

# make sure the conf dir exists and is writeable by the group olad uses
mkdir -p ${IPKG_INSTROOT}/etc/ola
chgrp nogroup ${IPKG_INSTROOT}/etc/ola
chmod 775 ${IPKG_INSTROOT}/etc/ola
