Sophie

Sophie

distrib > Scientific%20Linux > 5x > x86_64 > by-pkgid > 8642a60cbdd88c2abaa844ae16165f27 > scriptlet

xorg-x11-fonts-ISO8859-2-100dpi-7.1-2.1.el5.noarch.rpm

POSTIN

/bin/sh
{
    mkfontdir /usr/share/X11/fonts/100dpi
    /usr/sbin/chkfontpath -q -a /usr/share/X11/fonts/100dpi:unscaled
}
# &> /dev/null || :

POSTUN

/bin/sh
{
  if [ "$1" = "0" -a -d /usr/share/X11/fonts/100dpi  ]; then
    mkfontdir /usr/share/X11/fonts/100dpi
  fi
}
# &> /dev/null || :