Sophie

Sophie

distrib > Mandriva > 2009.1 > x86_64 > media > contrib-release > by-pkgid > 6c07a62107f6fbce6478b0e6c5e81afe > scriptlet

tetex-llncs-2.14.2007.12.11-2mdv2009.0.noarch.rpm

POSTIN

/bin/sh
if [ -x /usr/bin/texhash ] ; then
    /usr/bin/texhash >/dev/null 2>&1 || :
fi

POSTUN

/bin/sh
if [ -x /usr/bin/texhash ] ; then
    /usr/bin/texhash >/dev/null 2>&1 || :
fi

Triggers

lyx

/bin/sh
if [ $2 -gt 1 ]; then
cd /usr/share/lyx && \
  ./configure.py --without-latex-config > /dev/null 2>&1 ||:
fi

lyx

/bin/sh
if [ $2 -eq 0 ]; then
cd /usr/share/lyx && \
  ./configure.py --without-latex-config > /dev/null 2>&1 ||:
fi