Sophie

Sophie

distrib > Scientific%20Linux > 5x > i386 > by-pkgid > 388f4e4a161184f3e49e021a5b944ae9 > scriptlet

fonts-KOI8-R-100dpi-1.0-9.1.1.noarch.rpm

POSTIN

/bin/sh
if [ "$LANG" = "ru_RU.KOI8-R" -o "$LANG" = "ru_RU.koi8r" -o "$LANG" = "uk_UA.KOI8-U" -o "$LANG" = "uk_UA" ]; then
	/usr/sbin/chkfontpath -q --first -a /usr/share/fonts/KOI8-R/100dpi
else
	/usr/sbin/chkfontpath -q -a /usr/share/fonts/KOI8-R/100dpi
fi

POSTUN

/bin/sh
if [ "$1" = "0" ]; then
	/usr/sbin/chkfontpath -q -r /usr/share/fonts/KOI8-R/100dpi
fi