#!/bin/sh
if [ -z "${IPKG_INSTROOT}" ]; then
	# just clear the LuCI cache so the new translations load on next request;
	# no service restart needed (and none that would drop the login session).
	rm -rf /tmp/luci*
fi
exit 0
