#!/bin/sh
#
# Hook script to prepare a packed repository for use over
# dumb transports.
#

exec git update-server-info
