Sophie

Sophie

distrib > Mandriva > cs4.0 > x86_64 > by-pkgid > d36d7d81603ac16671899d19ca3bbda6 > scriptlet

icewm-1.2.23-3mdk.x86_64.rpm

POSTIN

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