#!/bin/sh
#
# postinst script for the Debian GNU/Linux m-tx package
#   by Nis Martensen <nis.martensen@web.de>, stolen from the postinst
#   script for the pmx package by Anthony Fok <foka@debian.org>
#   This is free software; see the GNU General Public Licence
#   version 2 or later for copying conditions.  There is NO warranty.
#   Last modified:  Wed, 03 Aug 2005 09:42:55 +0200

set -e

std_TEXMFMAIN=/usr/share/texmf

TEXMFMAIN=`kpsewhich -expand-var '$TEXMFMAIN'`
: ${TEXMFMAIN:=$std_TEXMFMAIN}

TEXMF='!!$TEXMFMAIN' $TEXMFMAIN/web2c/mktexupd $TEXMFMAIN/tex/musixtex/m-tx mtx.tex

#DEBHELPER#
