Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > 135dae84765da31fb223e2366dd54d14 > scriptlet

icewm-1.3.7-12.mga4.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