Sophie

Sophie

distrib > Mandriva > 2007.1 > x86_64 > media > contrib-release > by-pkgid > 135610530f96d77ec6b96f65337c5058 > scriptlet

mille-xterm-print1-lpr-1.0-0.2137.1mdv2007.1.x86_64.rpm

PREUN

/bin/sh
if [ "$1" = 0 ]; then
    # Remove update-alternatives entries
    update-alternatives --remove lpr /usr/bin/lpr-wrapper
    update-alternatives --remove lp /usr/bin/lpr-wrapper
fi

POSTIN

/bin/sh
# Set up update-alternatives entries
update-alternatives --install /usr/bin/lpr lpr /usr/bin/lpr-wrapper 25 --slave /usr/share/man/man1/lpr.1.bz2 lpr.1.bz2 /usr/share/man/man1/lpr-cups.1.bz2
update-alternatives --install /usr/bin/lp lp /usr/bin/lpr-wrapper 25 --slave /usr/share/man/man1/lp.1.bz2 lp.1.bz2 /usr/share/man/man1/lp-cups.1.bz2