Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 731aab5fbb2c742dbb8a62d1e0f31f32 > scriptlet

gfs-bodoni-classic-fonts-20070415-13.fc15.noarch.rpm

POSTIN

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

POSTUN

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