Sophie

Sophie

distrib > Fedora > 14 > i386 > by-pkgid > 4e3edc8643862a94af7b6de625b4d688 > scriptlet

gfs-garaldus-fonts-20080707-6.fc12.noarch.rpm

POSTIN

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

POSTUN

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