#!/bin/sh
if [ -z "${IPKG_INSTROOT}" ]; then
  chown restund:restund /etc/restund.conf
fi
exit 0
