Sophie

Sophie

distrib > Mageia > 5 > x86_64 > media > core-release > by-pkgid > be78f265a3a17bac313ae500d03c1dcc > scriptlet

icewm-1.3.7-14.mga5.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

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