Sophie

Sophie

distrib > Scientific%20Linux > 5x > x86_64 > by-pkgid > 6933d44267820bddacc1bcb6880e5419 > scriptlet

hplip-1.6.7-6.el5_6.1.x86_64.rpm

PREUN

/bin/sh
if [ "$1" == "0" ]; then
  /sbin/service hplip stop >/dev/null 2>&1 || :
  /sbin/chkconfig --del hplip
fi
exit 0

POSTIN

/bin/sh
/sbin/chkconfig --add hplip || :
if [ "$1" -ge "1" ]; then
  /sbin/service hplip condrestart >/dev/null 2>&1 || :
fi
exit 0