Sophie

Sophie

distrib > Mandriva > 2007.0 > x86_64 > by-pkgid > cd675d85913c6a38d18ba3fd2eff1a93 > scriptlet

icewm-gnome-1.2.26-5mdv2007.0.x86_64.rpm

POSTIN

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


#- standard