Sophie

Sophie

distrib > Mandriva > 2008.0 > i586 > by-pkgid > 1626a733bee7d0cd6486f8cdd40ecdda > scriptlet

tetex-xdvi-3.0-38mdv2008.0.i586.rpm

POSTIN

/bin/sh
[ -x /usr/bin/texhash ] && /usr/bin/env - /usr/bin/texhash 2> /dev/null
if [ -x /usr/bin/update-menus ]; then /usr/bin/update-menus || true ; fi 

exit 0

POSTUN

/bin/sh
[ -x /usr/bin/texhash ] && /usr/bin/env - /usr/bin/texhash 2> /dev/null
if [ "$1" = "0" ]; then
if [ "$1" = "0" -a -x /usr/bin/update-menus ]; then /usr/bin/update-menus || true ; fi 

fi
exit 0