Sophie

Sophie

distrib > Mandriva > 2007.0 > x86_64 > by-pkgid > aa89adccf4bc85ca26a572d6d1ebd460 > scriptlet

blackbox-0.70.1-5mdv2007.0.x86_64.rpm

POSTIN

/bin/sh
%{update_desktop_databases}
if [ -x /usr/sbin/fndSession ]; then /usr/sbin/fndSession || true ; fi 


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

POSTUN

/bin/sh
%{clean_desktop_databases}
if [ -x /usr/sbin/fndSession ]; then /usr/sbin/fndSession || true ; fi 


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