Sophie

Sophie

distrib > Mandriva > 2007.0 > x86_64 > by-pkgid > ac743dc050867f6d2270eb504cc38ce3 > scriptlet

fonts-ttf-freefont-20040828-5mdv2007.0.noarch.rpm

POSTIN

/bin/sh
[ -x /usr/sbin/chkfontpath ] && /usr/sbin/chkfontpath -q -a /usr/share/fonts/TTF
[ -x /usr/bin/fc-cache ] && /usr/bin/fc-cache

POSTUN

/bin/sh
if [ "$1" = "0" ]; then
	[ -x /usr/sbin/chkfontpath ] && /usr/sbin/chkfontpath -q -r /usr/share/fonts/TTF
	[ -x /usr/bin/fc-cache ] && /usr/bin/fc-cache
fi