Hi Frank! You wrote: > test -x "`which ucfr`" && ucfr tex-common /etc/texmf/$file || true > > will return true even if ucfr fails. It should be > > if test -x "`which ucfr`"; then > ucfr tex-common /etc/texmf/$file > fi
but there are more occurrences of this construct in tex-common: preinst.in: test -x "`which ucfr`" && ucfr --purge tex-common $conffile || true preinst.in: test -x "`which ucfr`" && ucfr --purge tex-common $conffile || true stinst.in: test -x "`which ucfr`" && ucfr tex-common /etc/texmf/$file || true Since I don't have ANY idea about ucfr, should ALL of them changed? Best wishes Norbert ------------------------------------------------------------------------------- Dr. Norbert Preining <[EMAIL PROTECTED]> Università di Siena Debian Developer <[EMAIL PROTECTED]> Debian TeX Group gpg DSA: 0x09C5B094 fp: 14DF 2E6C 0307 BE6D AD76 A9C0 D2BF 4AA3 09C5 B094 ------------------------------------------------------------------------------- The main reception foyer was almost empty but Ford nevertheless weaved his way through it. --- Ford making his way out of Milliways whilst under the --- influence of enough alchol to make a rhino sing. --- Douglas Adams, The Hitchhikers Guide to the Galaxy -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]