Sophie

Sophie

distrib > Mandriva > 2008.1 > x86_64 > media > contrib-release > by-pkgid > ca7fc390c5a4ab257693ada39ff568b7 > scriptlet

LPRng-3.8.28-4mdv2007.0.x86_64.rpm

PREUN

/bin/sh
if [ "$1" = 0 ]; then
  /etc/rc.d/init.d/lpd stop >/dev/null 2>&1
  /sbin/chkconfig --del lpd
  /usr/sbin/update-alternatives --remove lpc /usr/sbin/lpc-lpd
fi

POSTIN

/bin/sh
/sbin/chkconfig --add lpd
/usr/sbin/update-alternatives --install /usr/sbin/lpc lpc /usr/sbin/lpc-lpd 5 --slave /usr/share/man/man8/lpc.8.bz2 lpc.1.bz2 /usr/share/man/man8/lpc-lpd.8.bz2

POSTUN

/bin/sh
if [ "$1" -ge "1" ]; then
  /etc/rc.d/init.d/lpd condrestart >/dev/null 2>&1
fi