Sophie

Sophie

distrib > Mandriva > 2006.0 > x86_64 > media > main > by-pkgid > 656cbc96afc2921874f39ff20b7bdbe6 > scriptlet

icewm-light-1.2.23-3mdk.x86_64.rpm

POSTIN

/bin/sh
for app in icewm icesh icewmbg icewmhint icewm-session; do
	update-alternatives --install /usr/X11R6/bin/${app} ${app} /usr/X11R6/bin/${app}-light 10
done
	
if [ -x /usr/sbin/fndSession ]; then /usr/sbin/fndSession || true ; fi 

if [ -x /usr/bin/update-menus ]; then /usr/bin/update-menus; fi

POSTUN

/bin/sh
if [ "$1" = 0 ]; then
    	if [ -x /usr/bin/update-menus ]; then /usr/bin/update-menus; fi
	for app in icewm icesh icewmbg icewmhint icewm-session; do
		update-alternatives --remove ${app} /usr/X11R6/bin/${app}-light
	done
fi
if [ -x /usr/sbin/fndSession ]; then /usr/sbin/fndSession || true ; fi