Sophie

Sophie

distrib > Mandriva > 2006.0 > x86_64 > media > main > by-pkgid > 2b5ca422605c79573f9a429008409f51 > scriptlet

tv-fonts-1.1-2mdk.noarch.rpm

POSTIN

/bin/sh
cd /usr/X11R6/lib/X11/fonts/misc
/usr/X11R6/bin/mkfontdir
if [ -f /var/lock/subsys/xfs ]; then
    service xfs restart || true
fi
test -n "$DISPLAY" && xset fp rehash || true

POSTUN

/bin/sh
if [ "$1" = "0" ]; then
    cd /usr/X11R6/lib/X11/fonts/misc
    /usr/X11R6/bin/mkfontdir
    if [ -f /var/lock/subsys/xfs ]; then
	service xfs restart || true
    fi
    test -n "$DISPLAY" && xset fp rehash || true
fi