Sophie

Sophie

distrib > Mandriva > 10.2 > i586 > media > main > by-pkgid > 4c03d0ef7fc66bad13345fab7154fb86 > scriptlet

urw-fonts-2.0-15mdk.noarch.rpm

POSTIN

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

POSTUN

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