Sophie

Sophie

distrib > Fedora > 14 > i386 > media > os > by-pkgid > 1578d97380c666c6d367b23294864f17 > scriptlet

motoya-lcedar-fonts-1.00-0.1.20100928git.fc14.noarch.rpm

POSTIN

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

POSTUN

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