Sophie

Sophie

distrib > Fedora > 14 > i386 > media > os > by-pkgid > fc00f38e9b4c774cf74fa50fd31a9194 > scriptlet

liberation-serif-fonts-1.06.0.20100721-3.fc14.noarch.rpm

POSTIN

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

POSTUN

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