Sophie

Sophie

distrib > Fedora > 16 > i386 > by-pkgid > c5e4d2cbb7b1e00c7e96893e19c526f8 > scriptlet

linux-libertine-biolinum-fonts-5.3.0-2.2012_07_02.fc16.noarch.rpm

POSTIN

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

POSTUN

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