Sophie

Sophie

distrib > Mageia > 8 > i586 > media > core-release > by-pkgid > 307f5e1b2f7164c65298375c599e6282 > scriptlet

nethack-bitmap-fonts-core-3.6.6-4.mga8.noarch.rpm

PREUN

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

POSTIN

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