Sophie

Sophie

distrib > Mandriva > 7.1 > i586 > by-pkgid > e7b5885683ac7dc606a3c63d000178d2 > scriptlet

drakfont-0.40-13mdk.i586.rpm

POSTIN

/bin/sh
install -m 755 -d $RPM_BUILD_ROOT/usr/X11R6/lib/X11/fonts/drakfont
install -m 755 -d $RPM_BUILD_ROOT/usr/X11R6/lib/X11/fonts/pcf_drakfont
/usr/X11R6/bin/drakfont -c
/sbin/chkconfig --add drakfont
if [ -x /usr/bin/update-menus ]; then
	/usr/bin/update-menus
fi

POSTUN

/bin/sh
if [ $1 = 0 ]; then
    /sbin/chkconfig --del drakfont
fi
if [ "$1" = 0 ]; then
	if [ -x /usr/bin/update-menus ]; then
		/usr/bin/update-menus
	fi
fi