Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > a08b3b389f245abe2357d0f0e55755a3 > scriptlet

fluxbox-1.3.5-2.mga4.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