Sophie

Sophie

distrib > Mandriva > 9.1 > ppc > by-pkgid > ed58e608b0de47acef83e1ef8def9113 > scriptlet

kwintv-0.1-0.alpha1.4mdk.ppc.rpm

POSTIN

/bin/sh
[ -f /usr/sbin/chkfontpath ] && /usr/sbin/chkfontpath -q -a /usr/X11R6/lib/X11/fonts/
cd /usr/X11R6/lib/X11/fonts/
mkfontdir
xset fp rehash || true
if [ -x /usr/bin/update-menus ]; then /usr/bin/update-menus || true ; fi

POSTUN

/bin/sh
if [ "$1" = "0" -a -x /usr/bin/update-menus ]; then /usr/bin/update-menus || true ; fi 

if [ "$1" = "0" ]; then
    /usr/sbin/chkfontpath -q -r /usr/X11R6/lib/X11/fonts/
fi