Sophie

Sophie

distrib > Mandriva > 2007.0 > i586 > by-pkgid > 920b0afaf450a573efbabc415b268052 > scriptlet

tetex-xdvi-3.0-18.5mdv2007.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