Sophie

Sophie

distrib > Mandriva > 10.0 > i586 > media > main > by-pkgid > 296c73d414872b6219d549b2a8b5f4af > scriptlet

icewm-gnome-1.2.14-0.pre11.1mdk.i586.rpm

POSTIN

/bin/sh
for app in icewm icesh icewmbg icewmhint icewm-session; 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 icewm-session; do
		update-alternatives --remove ${app} /usr/X11R6/bin/${app}-gnome
	done
fi
if [ -x /usr/sbin/fndSession ]; then /usr/sbin/fndSession || true ; fi 


#- standard