Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > by-pkgid > 303c12584155701d4f02662280c69119 > scriptlet

blackbox-0.70.1-12mdv2010.0.i586.rpm

POSTIN

/bin/sh



#blackbox-alternatives
update-alternatives --install /usr/bin/bsetroot bsetroot /usr/bin/bsetroot-blackbox 10

POSTUN

/bin/sh



# Remove bsetroot-alternatives
if [ "$1" = 0 ]; then
update-alternatives --remove bsetroot /usr/bin/bsetroot-blackbox
fi