#!/bin/sh

set -e

if [ -x /usr/bin/texhash ]; then
	/usr/bin/texhash
fi
