Sophie

Sophie

distrib > Mandriva > 9.1 > ppc > by-pkgid > 799af1da02974ffc0e3e475cbd790a86 > scriptlet

icewm-gnome-1.2.6-1mdk.ppc.rpm

POSTIN

/bin/sh
for app in icewm icesh icewmbg icewmhint; do
	update-alternatives --install /usr/X11R6/bin/${app} ${app} /usr/X11R6/bin/${app}-gnome 30
done
if [ -x /usr/sbin/fndSession ]; then /usr/sbin/fndSession || true ; fi

POSTUN

/bin/sh
if [ "$1" = 0 ]; then
	for app in icewm icesh icewmbg icewmhint; do
		update-alternatives --remove ${app} /usr/X11R6/bin/${app}-gnome
	done
fi
if [ -x /usr/sbin/fndSession ]; then /usr/sbin/fndSession || true ; fi 


#- standard