Package: jadetex
Version: 3.13-6
Severity: important

>From the postinst:

    fmtutil=fmtutil
    if [ -x /usr/bin/fmtutil-sys ]; then fmtutil=fmtutil-sys; fi

    if ! kpsewhich --progname=jadetex jadetex.ini; then
        warn "/etc/texmf/jadetex/$fmt.ini not found, skipping $fmt memory dump"
        warn "If you wish to use JadeTeX, you will have to create the dump 
manually"
        warn "or else purge then reinstall this package to restore default 
configuration."
        return 0
    else
        log "running 'fmtutil --byfmt $fmt'..."
        if ! fmtutil --byfmt $fmt >> $MYTMPFILE; then

In the last two lines, "fmtutil" must be replaced by "$fmtutil".

Regards, Frank
-- 
Frank Küster
Single Molecule Spectroscopy, Protein Folding @ Inst. f. Biochemie, Univ. Zürich
Debian Developer (teTeX)


Reply via email to