Sophie

Sophie

distrib > Mandriva > 9.1 > ppc > by-pkgid > 616e1a10fc6f7709f1803822488e3fc7 > scriptlet

fonts-hebrew-elmar-3.3-7mdk.noarch.rpm

POSTIN

/bin/sh
chkfontpath --add /usr/share/fonts/elmar/:unscaled
chkfontpath --add /usr/share/fonts/elmar_scalable/

POSTUN

/bin/sh
# 0 means a real uninstall
if [ "$1" = "0" ]; then
	chkfontpath --remove /usr/share/fonts/elmar/:unscaled
	chkfontpath --remove /usr/share/fonts/elmar_scalable/
fi