Sophie

Sophie

distrib > Mandriva > 2011.0 > x86_64 > media > main-release > by-pkgid > 59daa442c58abeb2f05e67f72467118a > scriptlet

icewm-gnome-1.3.3-7.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

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