Sophie

Sophie

distrib > Mandriva > 2011.0 > x86_64 > media > main-release > by-pkgid > 801cb83b7925eef9b134f64c7307727c > scriptlet

fluxbox-1.3.1-2.x86_64.rpm

POSTIN

/bin/sh


#blackbox-alternatives
update-alternatives --install /usr/bin/bsetroot bsetroot /usr/bin/bsetroot-fluxbox 20

POSTUN

/bin/sh


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