Sophie

Sophie

distrib > Mageia > 5 > i586 > by-pkgid > c84d25b7248ebc3afc9b1802c98a43c5 > scriptlet

fluxbox-1.3.5-4.mga5.i586.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