Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 3a3e8a95b0f854c13d97fb9fd6121607 > scriptlet

drehatlas-warender-bibliothek-fonts-1.0.2.1-2.fc15.noarch.rpm

POSTIN

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

POSTUN

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