Sophie

Sophie

distrib > Mandriva > 2007.1 > x86_64 > media > main-updates > by-pkgid > 191aa7b2c49583959e5ad874532c568e > scriptlet

tetex-xdvi-3.0-31.4mdv2007.1.x86_64.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