Sophie

Sophie

distrib > Fedora > 20 > x86_64 > by-pkgid > 4ee58ab134764d7bb98983633a7121ae > scriptlet

labelleaurore-fonts-1.001-0.2.20140913hg.fc20.noarch.rpm

POSTIN

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

POSTUN

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