#/bin/sh

TEXMFLOCAL="$(texconfig conf | grep TEXMFLOCAL  | cut -f2 -d'=')"
echo "Rebuilding tex filename database"
texhash --quiet "${TEXMFLOCAL}"