Sophie

Sophie

distrib > Mandriva > 9.0 > x86_64 > media > main > by-pkgid > 9537cd7c7fac4e94be8d66465c2e35b3 > scriptlet

tv-fonts-1.0-4mdk.x86_64.rpm

POSTIN

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