Sophie

Sophie

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

drehatlas-warender-bibliothek-fonts-1.0.2.1-1.fc13.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