Sophie

Sophie

distrib > Mandriva > 9.0 > x86_64 > media > main > by-pkgid > b03ce9defb7732ea1264a2e0e21286c4 > scriptlet

icewm-gnome-1.2.2-2mdk.x86_64.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