Sophie

Sophie

distrib > Mandriva > 2008.1 > x86_64 > media > main-release > by-pkgid > 488e1ca6f1f06c61db843990b5cac591 > scriptlet

fluxbox-1.0.0-5mdv2008.1.x86_64.rpm

POSTIN

/bin/sh
if [ -x /usr/bin/update-menus ]; then /usr/bin/update-menus || true ; fi 

if [ -x /usr/sbin/fndSession ]; then /usr/sbin/fndSession || true ; fi 


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

POSTUN

/bin/sh
if [ "$1" = "0" -a -x /usr/bin/update-menus ]; then /usr/bin/update-menus || true ; fi 

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-fluxbox
fi