Sophie

Sophie

distrib > Mandriva > 10.0 > i586 > media > main > by-pkgid > 310d5df71f6b989277f8cc6e85cffecf > scriptlet

tetex-xdvi-2.0.2-14mdk.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