Sophie

Sophie

distrib > Mageia > 3 > i586 > by-pkgid > 194abbaf6c53658a5953eac5b19379c9 > scriptlet

gdouros-symbola-fonts-6.13-1.mga3.noarch.rpm

POSTIN

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

POSTUN

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