#!/bin/sh
if [ -z "${IPKG_INSTROOT}" ]; then
	/etc/init.d/rpcd restart
fi
exit 0
