Sophie

Sophie

distrib > Mandriva > 2007.0 > x86_64 > by-pkgid > 0b05be4daffec5553c3da707792b1aab > scriptlet

fonts-ttf-latex-0.1-4mdv2007.0.noarch.rpm

POSTIN

/bin/sh
[ -x /usr/sbin/chkfontpath ] && /usr/sbin/chkfontpath -q -a /usr/share/fonts/TTF/latex
touch /usr/share/fonts/TTF
[ -x /usr/bin/fc-cache ] && /usr/bin/fc-cache

POSTUN

/bin/sh
# 0 means a real uninstall
if [ "$1" = "0" ]; then
   [ -x /usr/sbin/chkfontpath ] && \
   /usr/sbin/chkfontpath -q -r /usr/share/fonts/TTF/latex
   [ -x /usr/bin/fc-cache ] && /usr/bin/fc-cache 
fi