Sophie

Sophie

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

bpg-courier-fonts-4.002-7.fc12.noarch.rpm

POSTIN

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

POSTUN

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