Sophie

Sophie

distrib > Mandriva > cs4.0 > x86_64 > by-pkgid > 4cd2d8de3edf267c7ef06f07103adcd7 > scriptlet

urw-fonts-2.0-15.1mdk.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