[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#400742: tex-common: dh_installtex: Introduces unneeded update-* calls in maintainer scripts



Package: tex-common
Version: 0.38~bpo.1
Severity: normal


$ grep dh_installtex debian/rules 
	dh_installtex
$ tail -n 20 debian/feynmf.postinst.debhelper 
}

case "$1" in
    configure|abort-upgrade|abort-remove|abort-deconfigure)
        update-updmap --quiet
        update-language
        update-fmtutil
        if dhit_libkpathsea_configured; then
            if which mktexlsr >/dev/null; then
                dhit_update_lsr_files
            fi
        fi
    ;;

    *)
        echo "postinst called with unknown argument '$1'" >&2
        exit 1
    ;;
esac
# End automatically added section

Here, only the dhit/mktexlsr stuff is desired, but the update calls
aren't needed, I think.

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



Reply to: