Sophie

Sophie

distrib > Mandriva > 2009.1 > x86_64 > media > contrib-release > by-pkgid > 66901ce945e0b3088761689b81ea08a0 > scriptlet

blackbox-0.70.1-11mdv2009.0.x86_64.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