Sophie

Sophie

distrib > Mandriva > cs4.0 > x86_64 > by-pkgid > b255588cb858c78ec274b6103523cd3f > scriptlet

xpp-1.5-2mdk.x86_64.rpm

PREUN

/bin/sh

if [ "$1" = 0 ]; then
  # Remove update-alternatives entry
  /usr/sbin/update-alternatives --remove lpr /usr/bin/lpr-xpp
fi

POSTIN

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

# Set up update-alternatives entry
/usr/sbin/update-alternatives --install /usr/bin/lpr lpr /usr/bin/lpr-xpp 8

POSTUN

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