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

Bug#503479: jadetex: postrm unconditionally invokes update-texmf



Package: jadetex
Version: 3.13-9
Severity: serious

Hello,

jadetex.postrm unconditionally invokes update-texmf on purge, but by
that time, tex-common may have been removed. You should wrap the
invocation with something like:

  if [ -x "`which update-texmf 2>/dev/null`" ]; then
      update-texmf
  fi

HTH,

-- 
Adeodato Simó                                     dato at net.com.org.es
Debian Developer                                  adeodato at debian.org
 
                       Listening to: Placebo - Follow The Cops Back Home




Reply to: