Sophie

Sophie

distrib > Fedora > 14 > i386 > by-pkgid > e264df5bdef7ef05021d766a5cc29f0d > scriptlet

dustin-dustismo-sans-fonts-20030318-5.fc12.noarch.rpm

POSTIN

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

POSTUN

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