#!/bin/sh
#
# $NetBSD: INSTALL,v 1.1 1999/09/08 19:29:16 jwise Exp $
#
if [ "$2" != "POST-INSTALL" ]; then
  exit 0
fi

${PKG_PREFIX}/bin/texconfig rehash
