Sophie

Sophie

distrib > Mageia > 1 > x86_64 > by-pkgid > 2848d51ca2d5971e9ccfe0bb74e2ab7d > scriptlet

adf-gillius-2-fonts-1.008-4.mga1.noarch.rpm

POSTIN

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

POSTUN

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