Sophie

Sophie

distrib > Fedora > 14 > i386 > by-pkgid > 10f134041c1b1970a291ad6ce2687cc0 > scriptlet

nethack-bitmap-fonts-core-3.4.3-24.fc13.noarch.rpm

PREUN

/bin/sh
if [ $1 -eq 0 ] ; then 
    rm /etc/X11/fontpath.d/nethack
    rm /usr/share/fonts/nethack-bitmap/fonts.dir
fi;

POSTIN

/bin/sh
mkfontdir /usr/share/fonts/nethack-bitmap
if [ ! -L /etc/X11/fontpath.d/nethack ] ; then
    ln -s /usr/share/fonts/nethack-bitmap /etc/X11/fontpath.d/nethack
fi