#!/bin/sh

set -e

if [ x$1 = xconfigure ]; then
       if [ -x /usr/bin/texhash ]; then
               /usr/bin/texhash
       fi
fi
