Sophie

Sophie

distrib > Fedora > 14 > i386 > by-pkgid > 8c370ac5e53271105831d4c3b6c9e105 > scriptlet

mona-vlgothic-fonts-2.90-11.fc14.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