Sophie

Sophie

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

xorg-x11-fonts-ISO8859-1-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 || :