Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 408f35701fe24a0fb9b20ea8fad62040 > scriptlet

mona-vlgothic-fonts-2.90-12.fc15.noarch.rpm

POSTIN

/bin/sh
if [ -x /usr/bin/fc-cache ]; then 
    /usr/bin/fc-cache /usr/share/fonts/mona-vlgothic || : 
fi

POSTUN

/bin/sh
if [ $1 -eq 0 -a -x /usr/bin/fc-cache ] ; then 
    /usr/bin/fc-cache /usr/share/fonts/mona-vlgothic || : 
fi