Sophie

Sophie

distrib > Mandriva > 2008.1 > x86_64 > media > main-release > by-pkgid > 315c3c35cb8d0ebd53d631897060065c > scriptlet

icewm-1.3.1-3mdv2008.1.x86_64.rpm

POSTIN

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