Sophie

Sophie

distrib > Mandriva > 2009.0 > i586 > by-pkgid > 806a8d1c8fe05934a8617d2382ab0b3e > scriptlet

icewm-gnome-1.3.1-4mdv2009.0.i586.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

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